RESOLVED FIXED 71483
REGRESSION (r99076): Pasting into password fields is broken
https://bugs.webkit.org/show_bug.cgi?id=71483
Summary REGRESSION (r99076): Pasting into password fields is broken
Alexey Proskuryakov
Reported 2011-11-03 10:23:18 PDT
When you paste into any password field, its value becomes all bullets. That includes not just rendering (which would be correct), but element.value in DOM, and submitted form data.
Attachments
fixes the bug (4.60 KB, patch)
2011-11-03 12:12 PDT, Ryosuke Niwa
no flags
Made a slight tweak to the test (4.60 KB, patch)
2011-11-03 13:51 PDT, Ryosuke Niwa
darin: review+
Alexey Proskuryakov
Comment 1 2011-11-03 10:26:16 PDT
Drag&drop is also broken in the same way.
Ryosuke Niwa
Comment 2 2011-11-03 12:12:23 PDT
Created attachment 113538 [details] fixes the bug
Ryosuke Niwa
Comment 3 2011-11-03 13:51:44 PDT
Created attachment 113555 [details] Made a slight tweak to the test
Darin Adler
Comment 4 2011-11-03 13:54:15 PDT
Comment on attachment 113555 [details] Made a slight tweak to the test View in context: https://bugs.webkit.org/attachment.cgi?id=113555&action=review > Source/WebCore/editing/TextIterator.h:46 > + TextIteratorEmitsOriginalText = 1 << 8 Why 8 instead of 5?
Ryosuke Niwa
Comment 5 2011-11-03 13:55:52 PDT
Comment on attachment 113555 [details] Made a slight tweak to the test View in context: https://bugs.webkit.org/attachment.cgi?id=113555&action=review >> Source/WebCore/editing/TextIterator.h:46 > > Why 8 instead of 5? Oh oops, I was thinking they were bit flags but apparently not. Will fix.
Ryosuke Niwa
Comment 6 2011-11-03 13:59:15 PDT
Hm... odd. I somehow didn't get "review granted" or comment emails from Bugzilla for his bug.
Ryosuke Niwa
Comment 7 2011-11-03 21:52:08 PDT
Note You need to log in before you can comment on or make changes to this bug.