[Webkit-unassigned] [Bug 36359] Double clicking page's last editable inline element causes assertion failure.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 25 19:11:57 PDT 2010


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





--- Comment #6 from MORITA Hajime <morrita at google.com>  2010-03-25 19:11:57 PST ---
Hi hamaji, thank you for reviewing!

> - I think we should remove "if (!boundary)" because it was already checked.
Fixed.

> - With this patch, "here" is selected after the double click. Without this
> patch, it seems "here" isn't selected so I think you also fixed this issue and
> we need a test case for this.
Selecting a word by double-click is an  expected behaviour.
In other word, current behaviour is wrong even without assertion failure.

> - With the following HTML
> 
> <div><span id="target" contentEditable="true">here</span> double click</div>
> 
> "here" isn't selected when we double-click the target node. Is this related
> bug?
Yes, as mentioned above. I'll change the summary line of this bug...

> 
> - (this is just a question) don't we also need to modify previousBoundary?
Yes, this cause a similar problem, which is filed on Bug 36360.
I'll fix that after this one is fixed.

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