[Webkit-unassigned] [Bug 45375] [Regression][Gtk] Left and Right Arrows no longer function when caret browsing is enabled
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 14 04:57:33 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45375
Mario Sanchez Prada <msanchez at igalia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #67538| |review?, commit-queue?
Flag| |
--- Comment #1 from Mario Sanchez Prada <msanchez at igalia.com> 2010-09-14 04:57:33 PST ---
Created an attachment (id=67538)
--> (https://bugs.webkit.org/attachment.cgi?id=67538)
Patch to fix this issue
Attaching patch that would fix this issue.
Basically it seems the problem was in how the Move[Word]{Forward|Backward} commands were acting when the WebCore::Editor::Command::isEnabled() function was executed, that is, not taking into account whether caret browsing mode was enabled or not, as it was done for the Move[Word]{Left|Command}. So, using the enabledInEditableTextOrCaretBrowsing and enabledVisibleSelectionOrCaretBrowsing for those commands (instead of just enabledInEditableText and enabledVisibleSelection) would fix this issue.
Hence, now asking for review (and cq+ if approved) over this patch, which it's prioritary stuff for a11y support as it's blocking some things on Orca, I think (Joanmarie knows better about this)
--
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