Open
Bug 458051
Opened 17 years ago
Updated 3 years ago
The typing becomes slow inside an contenteditable element when the selection caret is before a big / large image and the image has a small width attribute set and there are enough characters before the image
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
NEW
People
(Reporter: dpopa, Unassigned)
Details
(Keywords: perf)
Attachments
(1 file)
1.44 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.3) Gecko/2008092414 Firefox/3.0.3
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.3) Gecko/2008092414 Firefox/3.0.3
The typing becomes slow inside an contenteditable element when the selection caret is before a big / large image and the image has a small width attribute set and there are enough characters before the image.
See attachment for reproduction.
Reproducible: Always
Steps to Reproduce:
1. Have a DIV with contenteditable="true"
<div contenteditable="true">12<img src="http://oposite.stsci.edu/pubinfo/pr/2002/11/prc/0211a.jpg" width="20" />. Typing will be very slow when more than 20 characters are typed before this image having width="20".</div>
2. open page, put the selection cursor before the image and start typing
Actual Results:
After a certain number of characters the typing becomes slow.
Increasing the width of the image using the resize handles will increase the number of characters that can be typed in before the typing will become slow again.
Comment 3•17 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b1pre) Gecko/20081001 Minefield/3.1b1pre
I was not able to reproduce this on this (slow) Windows XP computer. So this might affect Mac only.
Comment 4•17 years ago
|
||
How bizarre.
I see this (with Firefox 3.0.3) on OS X 10.5.5, but not on OS X
10.4.11. So this is presumably some kind of Apple bug (an OS bug).
But since the problem doesn't happen in Safari, Apple is unlikely to
fix it anytime soon.
I may be able to find a workaround, and if so it will probably be in
Cocoa widgets. But because the work will be difficult, and because
this is (probably) really Apple's bug, I'm not going to give it a high
priority.
(By the way, I don't see this (using Firefox 3.0.1) on Windows or
Linux, either.)
Assignee: nobody → joshmoz
Status: UNCONFIRMED → NEW
Component: Editor → Widget: Cocoa
Ever confirmed: true
QA Contact: editor → cocoa
Updated•17 years ago
|
Assignee: joshmoz → smichaud
Flags: wanted1.9.1?
Priority: -- → P3
Historically, slow typing bugs in Widget:Cocoa have typically been traced to excessive redrawing, so looking at this in Quartz Debug might be a good place to start. I suppose it's also possible that the ATSUI layout routines we're using are more expensive (or simply different) on 10.5 than on 10.4....
Since 10.5 is not dead yet, it would be good to figure out for sure if this really is Apple's bug rather than Gecko's bug, and if so and rdar:// it, since there's a chance it could be fixed in a later 10.5.x iteration, or at the very least not propagated to 10.6.
Yes. Typing is very slow no matter where you type, before or after the image, contenteditable is unusable.
Everything works OK after you delete the image.
Everything works OK after you resize the image using the mouse to drag the resize handles or changing attributes in Firebug.
Comment 8•5 years ago
|
||
Moving all keyboard/IME open bugs to DOM: UI Events & Focus Handling component.
Component: Widget: Cocoa → DOM: UI Events & Focus Handling
Flags: wanted1.9.1?
Updated•3 years ago
|
Assignee: smichaud → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•