[Webkit-unassigned] [Bug 62536] [EFL] Supports to execute "redo" command.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 11 22:17:10 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=62536
Ryosuke Niwa <rniwa at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #100436|review?, commit-queue? |review+, commit-queue+
Flag| |
--- Comment #25 from Ryosuke Niwa <rniwa at webkit.org> 2011-07-11 22:17:09 PST ---
(From update of attachment 100436)
View in context: https://bugs.webkit.org/attachment.cgi?id=100436&action=review
> Source/WebKit/efl/WebCoreSupport/EditorClientEfl.cpp:167
> + if (!m_isInRedo)
> + redoStack.clear();
Now, this makes a lot of sense!
> Source/WebKit/efl/WebCoreSupport/EditorClientEfl.cpp:218
> + m_isInRedo = true;
> + command->reapply();
> + m_isInRedo = false;
I must say that this is likely broken if scripts run execCommand in mutation events but I suppose all other ports have the same 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