Closed
Bug 54899
Opened 25 years ago
Closed 25 years ago
select Header in table cell property does not update table; not reflected properly in dialog
Categories
(Core :: DOM: Editor, defect, P2)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
People
(Reporter: rubydoo123, Assigned: Brade)
Details
(Keywords: regression, Whiteboard: [rtm++]PATCH ATTACHED)
Attachments
(2 files)
|
2.80 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.68 KB,
patch
|
Details | Diff | Splinter Review |
using comm build from 2000093020 on win98
1. open composer
2. insert table with several rows/columns -- enter text in cells
3. select a cell, display property dialog
4. select the cell to be header not normal
5. select ok
expected: the data should have been centered and bold
what happened: nothing, it remained as a td element.
| Reporter | ||
Comment 1•25 years ago
|
||
setting headers for tables is one of the most frequently down actions, this is a
must fix
Kathy, please follow the checkin rules -- get a patch to fix the problems, get
it super-reviewed, get module owner approval. The reviewer and module owner must
make an entry in the bug, once all of that is done, remove the NEED INFO in the
rtm+ block. I will then pop it to pdt for approval.
Assignee: beppe → brade
Severity: normal → critical
Keywords: regression
OS: Windows 98 → All
Priority: P3 → P2
Hardware: PC → All
Whiteboard: [rtm+ NEED INFO]
Target Milestone: --- → M19
Comment 2•25 years ago
|
||
PDT agrees [rtm need info] until patch and code reviews are available.
Whiteboard: [rtm+ NEED INFO] → [rtm NEED INFO]
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•25 years ago
|
||
this bug only happens if there is only one cell selected. If you select a row,
column, or more than one cell (like by pressing the command/control key) you
won't see this bug.
| Assignee | ||
Comment 4•25 years ago
|
||
| Assignee | ||
Comment 5•25 years ago
|
||
Also note that the current setting doesn't show up correctly in the dialog due
to "toLowerCase" not being "toLowerCase()"
Whiteboard: [rtm NEED INFO] → [rtm NEED INFO]PATCH ATTACHED
Comment 7•25 years ago
|
||
r=sfraser
| Assignee | ||
Updated•25 years ago
|
Keywords: rtm
Summary: select Header in table cell property does not update table → select Header in table cell property does not update table; not reflected properly in dialog
Whiteboard: [rtm NEED INFO]PATCH ATTACHED → [rtm+]PATCH ATTACHED
Comment 8•25 years ago
|
||
Given we're looking for small changes, with a big bang, why does the diff
include name changes (code cleanup?). This sure seems like a waste to be
messing with at this point. Is there something critical that is not obvious?
| Reporter | ||
Comment 9•25 years ago
|
||
yes, you can't change a cell from td to th - which is a big deal
Comment 10•25 years ago
|
||
On the variable name cleanup: there is a real danger of JS variable name
conflicgts in our XUL/JS, because a global variable shares scope with global and
unscoped variables in all other JS files included by the XUL files and overlays
for the current window. This is an often-ignored danger, and it has led to real
bugs. I strongly approve of this variable name change for safety and readability
reasons.
Comment 11•25 years ago
|
||
I agree with Simon that cleanup is good, but chatting with him he agreed we
can't afford cleanup based regressions at this point.
I'll give a double plus on the smaller bug fix in the next 24 hours, so long as
the name change stuff is not included. Please save the cleanup for landing on
the trunk after we get back to general CPD focus on the trunk (shouldn't be more
that a few weeks).
Whiteboard: [rtm+]PATCH ATTACHED → [rtm need info]PATCH ATTACHED
| Assignee | ||
Comment 12•25 years ago
|
||
| Assignee | ||
Comment 13•25 years ago
|
||
new patch attached without variable name change; waiting for jar's rtm++ :-)
Whiteboard: [rtm need info]PATCH ATTACHED → [rtm+]PATCH ATTACHED
| Assignee | ||
Comment 15•25 years ago
|
||
fixed early this a.m. on branch (yesterday on trunk)
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•