[Webkit-unassigned] [Bug 58132] REGRESSION: a character appears after tab span when typing immediately before the tab span

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 25 11:30:26 PDT 2011


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





--- Comment #5 from Levi Weintraub <leviw at chromium.org>  2011-04-25 11:30:25 PST ---
It appears that the problem arises because the pasted "hello" goes into the Tab Span, which we proceed to avoid trying to place any other text in when editing. Paste shouldn't place the text into the tab span and InsertTextCommand::positionInsideTextNode shouldn't assume any position in a tab span should be moved to after the tab span.

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