Comment 166 for bug 584632

Revision history for this message
In , Mozilla-jorgk (mozilla-jorgk) wrote :

Thanks for the suggestions made in comment #78. I'm testing with

<span><b><i><font face=Courier new">foo bar on the same line</font></i></b></span><br>
<span><b><i><font face="Arial">foo bar on the same line</font></i></b></span><br>
<strong>foo bar on the same line</strong><br>
This is <s>strikethrough</s><br>
25 m<sup>2</sup><br>
H<sub>2</sub>SO<sub>4</sub><br>
and some <u>underline</u><br>
foobar

Moving around with the cursor already works with the current version of FF, including moving from a long line to a short one and getting to the end this way.

Pressing the "End" button is sadly NOT fixed by the patch. Clicking at the start of a line and then pressing "left arrow" to get to the end of the previous line is also NOT fixed by the patch.

So the next step is to fix the two mentioned cases: End button and "left arrow" at the start of the line. BTW, these two cases do work in Chrome and IE already.

I'd like to make sure that all positioning actions end up with the same correct result, clicking is only one of them.