Open
Bug 103680
Opened 24 years ago
Updated 5 years ago
Large caret appears after editing list in "HTML Source" and switching back to "Normal" view
Categories
(Core :: DOM: Editor, defect, P5)
Core
DOM: Editor
Tracking
()
NEW
Future
People
(Reporter: TucsonTester2, Unassigned)
Details
(Whiteboard: DUPEME)
Attachments
(1 file)
|
368 bytes,
text/html
|
Details |
Build ID: 20011004
Composer creates a large cursor next to a list after editing the list in HTML
Source.
Reproducible: Always
Steps to Reproduce:
1.Open Composer
2.Click the numbered list button on the toolbar and create four list lines with text
3.Switch to "HTML Source" view
4.Type some text in one of the list lines
5.Swithc back to the "Normal" view
Actual Results:
To the left of the list there will be a giant cursor. If you begin typing text,
it will appear above the list.
Expected Results:
I would expect that the cursor would not appear beside the list after editing it
in the "HTML Source" view.
yes.. i see it on a current linux CVS build too, *after* adding some text into a
line in html view and switching back.
It isn't a cursor.. it's the caret, being as tall as the "block" of the total
list. It probably ought to appear at the line it was when you switched view
instead, or on the line last edited in html view.
Resolving as new, severity minor.
Severity: normal → minor
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•24 years ago
|
||
uber-caret bug... Joe--do you want this one?
Component: Editor: Composer → Editor: Core
Summary: Large cursor appears after editing list in "HTML Source" and switching back to "Normal" view → Large caret appears after editing list in "HTML Source" and switching back to "Normal" view
Comment 3•24 years ago
|
||
This is not a big deal. In fact, if the mantra is to remain "put the caret at
the front of the document" when reading in a new doc to edit, then it has to be
an uber caret. There is no place to put an ordinary caret in front of the list.
Alternative is to set selection at the first "leaf" in the content tree, but then
you can't enter anything before the list, or table, or any other block that might
be first.
Target Milestone: --- → mozilla1.1
Comment 4•23 years ago
|
||
I think this is a duplicate; reassign to myself to locate
Assignee: syd → brade
Status: ASSIGNED → NEW
Whiteboard: DUPEME
Comment 5•23 years ago
|
||
I don't get a giant caret, but the caret is to the left of the list.
What I find disturbing is that the caret is at a place you can't normally get
to. If you reproduce the bug, then arrow right then left, you can't get back
to that position. In fact, I can't enter text before the list either, as
mentioned in comment #3.
(I have further examples of this unsavory caret behavior in my MathML editor
which I'll be happy to share.)
Here is a page which shows the giant caret without fail for me:
http://www.xs4all.nl/~ppk/js/index.html?/~ppk/js/cms.html
Steps:
- Visit the page
- Press F7 to toggle the caret on/off
- Click a paragraph (the page inserts a dynamic <textarea> to emulate editing)
- Click the button: Ready!
-> giant caret is left where the <textarea> was
Comment 7•23 years ago
|
||
-->mjudge
I think he'll be able to find the dupe faster than me
Assignee: brade → mjudge
Updated•18 years ago
|
QA Contact: sujay → editor
Updated•18 years ago
|
Assignee: mjudge → nobody
Comment 9•9 years ago
|
||
NOT reproducible REPRODUCIBLE with unofficial (from <http://seamonkey.callek.net/contrib/>) en-US SeaMonkey 2.44a1 Mozilla/5.0 (Windows NT 6.1; x64; rv:47.0) Gecko/20100101 Firefox/47.0 Build 20160208090255 (Default Classic Theme) on German WIN7 64bit:
11. Open attached document in Composer (or create a similar one)
12. Switch to 'Html Source view' with click on TAB above Status Bar
13. Click behind the last "b" ant type "22"
14. Switch to "Normal View" with click on TAB
» No cursor at all
Additional information
a) If in Step 14 I use menu 'View → Normal Edit Mode' normal caret appears
left from most left "a"
Comment 10•5 years ago
|
||
Bulk-downgrade of unassigned, 4 years untouched DOM/Storage bugs' priority.
If you have reason to believe this is wrong (especially for the severity), please write a comment and ni :jstutte.
Severity: minor → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•