Closed
Bug 116341
Opened 24 years ago
Closed 24 years ago
we're asking the column picker column for it's cell text
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.8
People
(Reporter: sspitzer, Assigned: hewitt)
References
Details
Attachments
(1 file)
4.65 KB,
patch
|
sspitzer
:
review+
bugzilla
:
superreview+
|
Details | Diff | Splinter Review |
the outliner body frame code is asking the view for the cell text (and more,
probably) for the column for the column picker.
I noticed this because my view was getting asked for the cell text and the
column id was "".
I verified this by returning "X" for the cell text when the column id is "".
using the document inspector, this is the anonmyous xul:outlinercol for the
column picker column.
when we fix this, we should make sure we also don't ask for the cell properties
or row properties for that row.
Reporter | ||
Comment 1•24 years ago
|
||
joe suggests: "maybe the column picker shouldn't use the outlinercol tag"
Updated•24 years ago
|
Status: NEW → ASSIGNED
OS: Windows 2000 → All
Priority: -- → P3
Target Milestone: --- → mozilla0.9.8
Reporter | ||
Comment 2•24 years ago
|
||
over to hewitt, if jan wants to take it this bug, he can take it back.
Assignee: varga → hewitt
Status: ASSIGNED → NEW
Assignee | ||
Comment 3•24 years ago
|
||
Reporter | ||
Comment 4•24 years ago
|
||
Comment on attachment 64593 [details] [diff] [review]
patch
r=sspitzer
Attachment #64593 -
Flags: review+
Comment 5•24 years ago
|
||
Comment on attachment 64593 [details] [diff] [review]
patch
sr=blake
remove the old classes.
Attachment #64593 -
Flags: superreview+
Assignee | ||
Comment 6•24 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Am I allowed to lxr-verify this bug? Thanks.
QA Contact: esther → stephend
Hardware: PC → All
Verified. The files have landed and I trust you all to know whether this fixes
it or not.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•