Closed
Bug 167573
Opened 22 years ago
Closed 22 years ago
The caret inside the p tag could not be moved down
Categories
(Core :: DOM: Selection, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: zedorg, Assigned: mjudge)
Details
(Whiteboard: EDITORBASE+)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
Type the following into the composer, and try to go down to the "Text" with cursor
Reproducible: Always
Steps to Reproduce:
1. Copy this html, or any same to composer:
<html><head><title></title></head><body><p><font
color="red">XXXXXX<br></font></p><h4>Text</h4><p><font
color="red">XXXXXX<br></font></p></body></html>
2. try to go down with cursor to the "Text"
Actual Results:
You can not go down with cursor, only if you go to the right
Expected Results:
To be able to go down from inside of p tag.
Comment 1•22 years ago
|
||
-->selection
Assignee: syd → mjudge
Component: Editor: Composer → Selection
Keywords: nsbeta1
QA Contact: sujay → pmac
Summary: The cursor inside the p tag could not be moved down → The caret inside the p tag could not be moved down
Whiteboard: EDITORBASE
Comment 2•22 years ago
|
||
nsbeta1+, editorbase+
jfrancis (on mac) and I (win32) don't see the problem with the test case in our
TRUNK builds. This may be related to bug 170558.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Comment 4•22 years ago
|
||
using trunk build 2003040308 on win2K, this also wfm
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•