[Webkit-unassigned] [Bug 47446] [GTK] File chooser control shows a focus rect around the entire control when focused

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 27 03:11:44 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=47446


Shuvam Das <jrb473 at motorola.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jrb473 at motorola.com




--- Comment #2 from Shuvam Das <jrb473 at motorola.com>  2011-09-27 03:11:44 PST ---
Hi Martin,

I have fixed this bug of passing event to "FileChooser button" only, not in file text. Implemented defaultEventHandler into UploadButtonElement class. So default behavior(comes to defaultEventHandler of HTMLInputElement class) is skipping and calls defaultEventHandler of UploadButtonElement class. It is working fine with this fix. But when sending DOMActivateEvent from JavaScript it is not working. 

Can you please suggest me any other way to fix this issue.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list