Closed
Bug 68835
Opened 24 years ago
Closed 24 years ago
table tab doesn't default for Table | Table Properties
Categories
(Core :: DOM: Editor, defect)
Tracking
()
VERIFIED
FIXED
mozilla0.9
People
(Reporter: Brade, Assigned: cmanske)
Details
Attachments
(2 files)
1.31 KB,
patch
|
Details | Diff | Splinter Review | |
1.66 KB,
patch
|
Details | Diff | Splinter Review |
When I pick Table Properties from the Table menu, I expect that the table tab
will be selected (not the cell tab). This has regressed.
Charley--if you're too busy to look at this (though it should be really easy),
feel free to reassign it to me.
Assignee | ||
Comment 1•24 years ago
|
||
This was changed on purpose, so when you are in a cell, you get Cell properties
tab. The only way you get the table tab is if the table is selected, so caret
(or selection) isn't inside the cell.
Maybe we should just make the menu string "Table and Cell Properties"?
Reporter | ||
Comment 2•24 years ago
|
||
hmmmmm... I thought we decided that the Table menu was to quickly access table
properties (I can never remember how to select the whole table). This also
distinguishes this menu item from the Format menu's Table Cell Properties.
The table icon should be doing the "intelligent" stuff you are talking about
above (select appropriate tab).
Assignee | ||
Comment 3•24 years ago
|
||
Its very easy to switch to the "Table Tab" once in the dialog.
Would you favor keeping "Table Properties" and adding a special command just to
force it to start with "Table" tab?
What's wrong with changing text to "Table and Cell Properties"?
Assignee | ||
Comment 4•24 years ago
|
||
Assignee | ||
Comment 5•24 years ago
|
||
Attached fix reverts code in EditorInsertOrEditTable() to not start with Cell
properties tab. Then I pushed decision to start with Cell tab into
nsInsertOrEditTableCommand -- this is used by Table button on toolbar.
Kathy: please review.
Status: NEW → ASSIGNED
Whiteboard: FIX IN HAND
Target Milestone: --- → mozilla0.9
Assignee | ||
Comment 7•24 years ago
|
||
Assignee | ||
Comment 8•24 years ago
|
||
Kathy found above problem -- easily fixed: this is in the "oncreate" method for
the table menu. The menuitem's enable state wasn't being updated.
r=brade.
Comment 9•24 years ago
|
||
sr=sfraser
Assignee | ||
Comment 10•24 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Whiteboard: FIX IN HAND; needs sr
You need to log in
before you can comment on or make changes to this bug.
Description
•