Closed
Bug 91489
Opened 24 years ago
Closed 23 years ago
Can't access Table Caption entry point
Categories
(Core :: DOM: Selection, defect)
Core
DOM: Selection
Tracking
()
mozilla1.0.1
People
(Reporter: sujay, Assigned: mjudge)
References
Details
using 7/18 branch build on windows
1) launch netscape
2) launch composer
3) insert default table 2 x 2
4) bring up table props
5) Caption = Above Table
6) click ok on table props panel
try clicking above the table to get inside the Caption entry point.
can't do it.
Updated•24 years ago
|
Summary: cna't access Table Caption entry point → Can't access Table Caption entry point
Comment 2•24 years ago
|
||
Note that you also skip over a newly-created caption using any arrow key:
Enter some text, insert a table and include a new "Caption above", then use
right or down arrow keys to navigate from the text into the table.
It skips over the caption.
Joe: Maybe this is because we automaticall insert any content in the <caption>
</caption> as we do for table cells? Maybe we need to insert a <br> as we do
in new table cells?
Comment 5•24 years ago
|
||
If I use the source edit pane to add a caption, then I can click in it.
Apparently the empty <br> tag isn't enough to get a caret there.
And we shouldn't have to have a br there at all.
That's a selection issue, probably related to the "br on empty lines" issue.
Assignee: akkana → mjudge
Component: Editor: Composer → Selection
QA Contact: sujay → tpreston
Comment 6•24 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
Updated•24 years ago
|
Keywords: mozilla1.0
Comment 7•23 years ago
|
||
removing myself from the cc list
*** Bug 133631 has been marked as a duplicate of this bug. ***
isn't this a dupe of bug 488861?
Comment 10•23 years ago
|
||
Comment 11•23 years ago
|
||
yes
*** This bug has been marked as a duplicate of 48861 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•