[Webkit-unassigned] [Bug 29732] Double click on a text (word) + copy + paste inserts additional space(s)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 25 22:57:21 PDT 2009


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





--- Comment #6 from jaroslav.benc at gmail.com  2009-09-25 22:57:21 PDT ---
I've been working on a browser based IDE where we have something like: 
...left="150" top="90" width="300"... If you try double click on the attribute
"width", then CTRL+C and then CTRL+V the result is this:
...left="150" top="90" width ="300"... (space after width)

So it sounds either not too smart or too smart. 

it's quite specific situation, but browsers have been used as platform for
different kind of applications so this could be actually pretty common problem
for online editors. Please note that Firefox doesn't have this problem. 

Please see attached image for more info. 

Thanks, 
Jaro

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