Open Bug 873354 Opened 12 years ago Updated 2 years ago

nsIFrame::PeekOffset fails to find sometimes a word end in content editable

Categories

(Core :: Layout, defect)

defect

Tracking

()

People

(Reporter: surkov, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: access)

example (a content editable area with space at the end of text): <body> <div contentEditable="true">hello </div> </body> PeekOffset at 6 offset in backward direction to find word end returns body and offset relative it. Expected: text leaf and 5 offset. <pre><div>hello </div></pre> and <input value="hello "> work as expected. Trev, you might be interesting to look at it.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.