Closed
Bug 170558
Opened 22 years ago
Closed 22 years ago
Can't move the caret past specific elements to the bottom of the page
Categories
(Core :: DOM: Editor, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: kmcclusk, Assigned: mjudge)
Details
(Whiteboard: EDITORBASE+)
Using build 2002092408. Although this bug has been around for a long time.
1. Edit the following markup in Composer
<html>
<head>
<title></title>
</head>
<body>
<div class="moz-text-html"
style="font-family: Times New Roman; font-size: 100%;"></div>
<b></b>
<p><b>Barrier1<br>
</b></p>
<p><b>Barrier2<br>
</b></p>
I can't get to this text with downarrow if I start at the top of the document<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</body>
</html>
2. Place the caret at the top of the document.
3. Hold down the down arrow key to the bottom of the document
I am stopped at the text "Barrier1". I can not use the down arrow key to get to
the bottom of the document.
If I click on "Barrier2". I also can not get to the bottom of the document.
If I start at the bottom of the document, I can use the up arrow key to get to
the top of the document.
Note: this testcase was derived from my weekly status report.
Reporter | ||
Comment 1•22 years ago
|
||
editorbase+, nsbeta1+
similar to bug 167573
Updated•22 years ago
|
QA Contact: sujay → beppe
ibelieve this has beenfixed by various patches. marking as works for me. please
reopen with slightly different instructions if this is still an issue. Do not
re-open same bug with totally new sample. if new bug please open a new one
rather than morphing this one.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•