commit | 0a5ea94f86f01992652dd9960dbf82bcbe27ca19 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Thu Mar 26 14:08:42 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Thu Mar 26 14:08:42 2009 -0700 |
tree | 8c8a7cbd41ea96cdfc4b27e710edb9ebb6dbedc8 | |
parent | f3ace148651751a71f13d64605f7f8b238fc0c26 [diff] |
Provide a hack to work around focus bugs in some browsers WebKit based browsers (Safari, Chrome) can't correctly handle a table that sinks click events when the table is wrapped inside a FocusPanel. The event queue gets confused and events are delivered to the table at the wrong coordinate, making it potentially impossible for the user to click on the row they intended to. Signed-off-by: Shawn O. Pearce <sop@google.com>