[Webkit-unassigned] [Bug 63573] REGRESSION (r88232-88432): Range slider doesn't accept keyboard focus

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 28 17:09:46 PDT 2011


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


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |tkent at chromium.org
                   |kit.org                     |




--- Comment #1 from Kent Tamura <tkent at chromium.org>  2011-06-28 17:09:45 PST ---
My changes for tyep=range:

r88294 r=kling [Bug 62207] [Qt] RenderThemeQt::adjustSliderThumbSize() should not refer to the parent style
r88301 r=rniwa [Bug 62195] Convert fast/forms/thumbslider-crash.html to dumpAsText
r88405 r=dglazkov [Bug 62208] Change the argument of RenderTheme::adjustSliderThumbSize(): RenderObject* -> RenderStyle*
r88415 r=dglazkov [Bug 62196] Allow drawing a slider thumb for any nodes

Some focus-related changes in the range:
http://trac.webkit.org/changeset/88418 Makes sure that document.activeElement won't be an element in shadow root.
http://trac.webkit.org/changeset/88421 A forward/backward tab traversal now visits focusable elements in a shadow root.

r88415 and r88421 are suspicious.  I'll investigate.

-- 
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