Closed
Bug 121705
Opened 24 years ago
Closed 24 years ago
Can't move caret into or out of inline elements (e.g. <span>)
Categories
(Core :: DOM: Selection, defect)
Tracking
()
VERIFIED
WORKSFORME
mozilla1.0
People
(Reporter: ian, Assigned: mjudge)
Details
(Keywords: embed, testcase, topembed-, Whiteboard: [Hixie-P0][Hixie-1.0][caret] EDITORBASE, [ADT2] (py8ieh:check with --enable-ctl))
STEPS TO REPRODUCE
1. Create a new editor document.
2. Type Hello.
3. Press the space bar.
4. Press Ctrl+U.
5. Type World.
6. Press the left arrow key 11 times.
ACTUAL RESULTS
Caret won't go beyond the start of the underlining.
EXPECTED RESULTS
Caret should be back at the start of the document.
| Reporter | ||
Updated•24 years ago
|
Keywords: testcase
Summary: Can't move caret into <span> inline elements → Can't move caret into or out of inline elements (e.g. <span>)
Whiteboard: [Hixie-P0][Hixie-1.0][caret]
| Reporter | ||
Updated•24 years ago
|
Severity: normal → major
Keywords: mozilla1.0
Comment 1•24 years ago
|
||
nominate for editorbase
Whiteboard: [Hixie-P0][Hixie-1.0][caret] → [Hixie-P0][Hixie-1.0][caret] EDITORBASE
Comment 2•24 years ago
|
||
This is a selection issue: changing component.
Component: Editor: Composer → Selection
Updated•24 years ago
|
Comment 4•24 years ago
|
||
This is not needed for priority embedding customer. Minusing to topembed- and
adding ADT2 and embed.
| Reporter | ||
Comment 5•24 years ago
|
||
Sicne I can no longer reproduce this on my build, I'm guessing that it will
occur if you build with --enable-ctl. When this bug was filed, I used to build
with that flag, I no longer do. Building without that flag fixed a bunch of
selection problems for me (hence why I stopped building with it).
WFM RedHat 7.2 20020325 build (*not* built with --enable-ctl though)
Comment 7•24 years ago
|
||
WFM: using 2002032603 build on WinNT.
based on comment #6 marking Worksforme
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 8•24 years ago
|
||
Did you try it with --enable-ctl?
Comment 9•24 years ago
|
||
Reporter, do you still see this when you build with --enable-ctl?
| Reporter | ||
Comment 10•24 years ago
|
||
I'll check (eventually).
Whiteboard: [Hixie-P0][Hixie-1.0][caret] EDITORBASE, [ADT2] → [Hixie-P0][Hixie-1.0][caret] EDITORBASE, [ADT2] (py8ieh:check with --enable-ctl)
You need to log in
before you can comment on or make changes to this bug.
Description
•