Bug 190188 - readonly inputs receive focus (W3C)
Summary: readonly inputs receive focus (W3C)
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml event (show other bugs)
Version: 4.2.2
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 190146 190157 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-20 18:02 UTC by lunter
Modified: 2009-10-08 17:15 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
example (340 bytes, text/html)
2009-04-20 18:03 UTC, lunter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lunter 2009-04-20 18:02:18 UTC
Version:           4.2.2 (using KDE 4.2.2)
OS:                MS Windows
Installed from:    MS Windows

W3C: Read-only elements receive focus
http://www.w3.org/TR/html401/interact/forms.html#adef-readonly

Konqueror: readonly element can't receive focus
Comment 1 lunter 2009-04-20 18:03:30 UTC
Created attachment 32960 [details]
example
Comment 2 Maksim Orlovich 2009-04-20 20:50:30 UTC
*** Bug 190146 has been marked as a duplicate of this bug. ***
Comment 3 Maksim Orlovich 2009-04-20 20:50:34 UTC
*** Bug 190157 has been marked as a duplicate of this bug. ***
Comment 4 Matthew Dawson 2009-06-21 06:07:15 UTC
This bug is reproducible on a recent SVN snapshot r984032.
Comment 5 David Faure 2009-10-08 17:15:42 UTC
Fixed for 4.3.3.

I wrote the wrong bug number in the commit log, should have said 190188 instead of 203069.

SVN commit 1032808 by dfaure:

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


 M  +1 -1      html/html_formimpl.cpp  
 M  +18 -12    khtml_ext.cpp  
 M  +2 -2      rendering/render_form.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1032808