Closed
Bug 34356
Opened 25 years ago
Closed 24 years ago
Can't position caret before or after table if only thing in page
Categories
(Core :: DOM: Editor, defect, P2)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: cmanske, Assigned: mjudge)
References
Details
(Whiteboard: [nsbeta3+][p:2][PDTP2])
Open new page.
Insert a table - default values are ok.
Once done, you can't click before or after the table to put content.
There selection aspects to this, which will probably involve mjudge,
but this bug is a start.
The "after" case is easier, since we could automatically insert a <br> (or
the special temporary br we use.)
We shouldn't do that before, however, since that would introduce an extra line
before a table and we got lots of criticism for doing that in 4.x. We will
need to do some clever trick to draw a caret before the table, set some
special state flag, then insert the new content as soon as user types or
pastes content before the table.
Comment 1•25 years ago
|
||
As far as I can tell, this is totally a selection/caret issue. reassigning...
Assignee: jfrancis → mjudge
Updated•25 years ago
|
OS: Windows NT → All
Target Milestone: --- → M17
Reporter | ||
Comment 4•25 years ago
|
||
I'm raising the severity on this -- we need to start looking at this problem.
Severity: normal → critical
should be able to at least use keyboard navigation to get in front/back of the
table. in editor maybe we should not snap mouse selection gestures to the
containig text.
Comment 10•24 years ago
|
||
*** Bug 49715 has been marked as a duplicate of this bug. ***
Updated•24 years ago
|
Priority: P3 → P2
Whiteboard: [nsbeta3+] → [nsbeta3+][p:2]
Assignee | ||
Comment 12•24 years ago
|
||
fixed at the last minute!
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 13•24 years ago
|
||
verified in 9/15 build...
however, now you can't insert caret "below" the table to enter text/objects.
filing separate bug.
see 4.x behavior.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•