- 17 May, 2011 1 commit
-
-
Maks Orlovich authored
... And with it element-cloning method in jQuery 1.5, which was making us hit IE-specific path due to the bug. Showed up in particular on Doodle wizard, and kde-look thumbs. CCBUG:269175 BUG:272208
-
- 27 Feb, 2011 1 commit
-
-
Andrea Iacovitti authored
-
- 19 Feb, 2011 1 commit
-
-
Maks Orlovich authored
CCBUG: 266370
-
- 23 Nov, 2010 1 commit
-
-
Maks Orlovich authored
e-mail app (the old one) CCBUG: 137348 svn path=/trunk/KDE/kdelibs/; revision=1200119
-
- 16 Jul, 2010 1 commit
-
-
Maks Orlovich authored
Don't add an option to select's index on fastinsert path if the DOM addition failed. Fixes crash on alitalia.com (reported on IRC) svn path=/trunk/KDE/kdelibs/; revision=1150788
-
- 16 Jun, 2010 1 commit
-
-
Maks Orlovich authored
and remove a whole lot of includes. svn path=/trunk/KDE/kdelibs/; revision=1138756
-
- 06 Jun, 2010 1 commit
-
-
Maks Orlovich authored
BUG:111585 BUG:240380 svn path=/trunk/KDE/kdelibs/; revision=1135189
-
- 19 May, 2010 1 commit
-
-
Maks Orlovich authored
Better add a null check here. Somehow this state can happen --- studying how, but extra paranoia won't hurt. (Thanks to teve for reporting this) svn path=/trunk/KDE/kdelibs/; revision=1128533
-
- 18 May, 2010 1 commit
-
-
Maks Orlovich authored
- Permity it to store single selection by ID - Sanity-check the position-encoded ones. Fixes the "returning bumps severity by one" bug in the SuSE bugzilla. CCMAIL: l.lunak@kde.org svn path=/trunk/KDE/kdelibs/; revision=1128237
-
- 02 Apr, 2010 1 commit
-
-
David Faure authored
svn path=/trunk/KDE/kdelibs/; revision=1110204
-
- 14 Mar, 2010 1 commit
-
-
Raphael Kubo da Costa authored
Simplifying is simply wrong, and trimming isn't required by the spec, so we just follow other engines' behaviour here. BUG: 60867 svn path=/trunk/KDE/kdelibs/; revision=1103252
-
- 25 Jan, 2010 1 commit
-
-
Friedrich W. H. Kossebau authored
svn path=/trunk/KDE/kdelibs/; revision=1080145
-
- 08 Oct, 2009 1 commit
-
-
David Faure authored
Allow to focus readonly form elements (like other browsers do, partial revert of the commits for 159682), which makes it possible to copy their text, too (for tomj on irc). On the other hand, don't allow Ctrl+X and Ctrl+V to work in such widgets. Will backport for 4.3.3. BUG: 203069 CCBUG: 159682 svn path=/trunk/KDE/kdelibs/; revision=1032808
-
- 31 Aug, 2009 1 commit
-
-
Albert Astals Cid authored
svn path=/trunk/KDE/kdelibs/; revision=1017923
-
- 09 Jul, 2009 1 commit
-
-
Harald Fernengel authored
svn path=/trunk/KDE/kdelibs/; revision=993911
-
- 03 Jun, 2009 1 commit
-
-
Germain Garand authored
selects must have a name and disabled options aren't supposed to be submitted. BUG: 148981 svn path=/trunk/KDE/kdelibs/; revision=976963
-
- 04 May, 2009 2 commits
-
-
Maks Orlovich authored
Make sure to encode form elements in tree order; some web frameworks rely on that for DND stuff. Fixes the essence of bug #158039, but there is a funky issue with list bullets that that still has. CCBUG:158039 svn path=/trunk/KDE/kdelibs/; revision=963584
-
Maks Orlovich authored
for DND stuff. Fixes the essence of bug #158039, but there is a funky issue with list bullets that that still has. CCBUG:158039 svn path=/branches/KDE/4.2/kdelibs/; revision=963583
-
- 27 Apr, 2009 1 commit
-
-
Marcel Partap authored
svn path=/trunk/KDE/kdelibs/; revision=959804
-
- 31 Mar, 2009 1 commit
-
-
Eduardo Robles Elvira authored
Improves current Kwallet support in KHTMLPart by replacing the current dialog asking user if he wants to store the entered password with a topViewBar. Also adds some more functionality to kwallet icon in the status bar, adding some new actions to the popup menu shown when right-clicking the kwallet icon, giving the user the opportunity to change his mind after selecting the option "Never store passwords for this site" with the action "Allow storing passwords for this site", and allwoing the user to remove currently stored passwords for current site within konqueror with action of type "Remove password for form http://blahblah". svn path=/trunk/KDE/kdelibs/; revision=947288
-
- 21 Mar, 2009 3 commits
-
-
Maks Orlovich authored
Don't allow multiple radiobuttons to be checked on default. BUG:161272 svn path=/branches/KDE/4.2/kdelibs/; revision=942337
-
Maks Orlovich authored
Submit a form when return is hit on a checkbox or radio button BUG:152035 svn path=/branches/KDE/4.2/kdelibs/; revision=942331
-
Maks Orlovich authored
Don't let labels fire click events on disabled objects. BUG:159682 svn path=/branches/KDE/4.2/kdelibs/; revision=942329
-
- 14 Mar, 2009 2 commits
-
-
Germain Garand authored
from recent www-style discussion outcome, input type=hidden should not match :disabled/:enabled pseudo classes. (also fix some decadent spelling) svn path=/branches/KDE/4.2/kdelibs/; revision=939471
-
Germain Garand authored
input type=hidden should not match :disabled/:enabled pseudo classes. (also fix some decadent spelling) svn path=/trunk/KDE/kdelibs/; revision=939170
-
- 12 Mar, 2009 2 commits
-
-
Maks Orlovich authored
We can key the getElementById and underDocNamedCache with DOMString these days, and make the code cleaner and more efficient... svn path=/trunk/KDE/kdelibs/; revision=938650
-
Maks Orlovich authored
and make the code cleaner and more efficient... svn path=/branches/KDE/4.2/kdelibs/; revision=938649
-
- 04 Mar, 2009 2 commits
-
-
Maks Orlovich authored
Go ahead and make removeChildren hookable, so table and select can trap it like they do removeChild. Fixes a crash with textContent = and tables (with wider cases of some importance going forward). svn path=/trunk/KDE/kdelibs/; revision=935262
-
Maks Orlovich authored
and select can trap it like they do removeChild. Fixes a crash with textContent = and tables (with wider cases of some importance going forward). svn path=/branches/KDE/4.2/kdelibs/; revision=935261
-
- 26 Feb, 2009 1 commit
-
-
Stas Verberkt authored
BUG:161272 svn path=/trunk/KDE/kdelibs/; revision=932558
-
- 21 Feb, 2009 4 commits
-
-
Maks Orlovich authored
Remove some paranoia about file widgets being hidden: 1. Legitimate websites like to do it 2. The user can see everything being submitted in the file list 3. There were ways around it anyway. Fixes the rapidshare.com uploader, and perhaps others. BUG:184679 svn path=/trunk/KDE/kdelibs/; revision=929638
-
Maks Orlovich authored
1. Legitimate websites like to do it 2. The user can see everything being submitted in the file list 3. There were ways around it anyway. Fixes the rapidshare.com uploader, and perhaps others. BUG:184679 svn path=/branches/KDE/4.2/kdelibs/; revision=929635
-
Maks Orlovich authored
Make sure we properly group surrogate pairs when letting the codec check whether it can encode them or not, so we don't mess up non-BMP characters (which can show up on wikipedia, at least) BUG: 154142 svn path=/trunk/KDE/kdelibs/; revision=929611
-
Maks Orlovich authored
check whether it can encode them or not, so we don't mess up non-BMP characters (which can show up on wikipedia, at least) BUG: 154142 svn path=/branches/KDE/4.2/kdelibs/; revision=929608
-
- 17 Feb, 2009 1 commit
-
-
Michael Leupold authored
Reduce the length of the "do you want to store this password?" dialog by hiding all but the important information in an expandable details part. CCMAIL:jriddell@ubuntu.com svn path=/trunk/KDE/kdelibs/; revision=927586
-
- 15 Feb, 2009 2 commits
-
-
Stas Verberkt authored
BUG:152035 svn path=/trunk/KDE/kdelibs/; revision=926642
-
Stas Verberkt authored
BUG:159682 svn path=/trunk/KDE/kdelibs/; revision=926297
-
- 18 Dec, 2008 1 commit
-
-
David Faure authored
(yes/no/cancel instead of store/never for this site/do not store) svn path=/trunk/KDE/kdelibs/; revision=898677
-
- 29 Nov, 2008 2 commits
-
-
Maks Orlovich authored
Fixes a couple of jQuery testcases; the only thing left are 9 copies of the same failure on some effect. (When did we fix so many --- or did they put in workarounds for us?) CCBUG:149723 svn path=/trunk/KDE/kdelibs/; revision=890661
-
Maks Orlovich authored
mark the first option as selected. Fixes NVidia driver searcher. BUG:176253 svn path=/trunk/KDE/kdelibs/; revision=890651
-