Closed
Bug 8467
Opened 25 years ago
Closed 25 years ago
Titled buttons don't reflect changes
Categories
(Core :: XUL, defect, P3)
Tracking
()
VERIFIED
FIXED
M10
People
(Reporter: scottputterman, Assigned: hyatt)
References
Details
I'm trying to change Messenger trees over to use David's new tree code. I'm
using XUL Templates where I make each tree cell have a titled button. The
problem is that changes to styles that should change folder icons or changes to
attributes that should change header status text don't show up until I reload
the table. It would be great if these could work before we land the changes on
the tip.
Reporter | ||
Comment 1•25 years ago
|
||
Icons seem to be working now, but changes to text aren't showing up.
adding myself to cc: list since this affects Messenger and user feedback when a
mail message gets selected as read.
Reporter | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•25 years ago
|
||
It turns out this is my fault. I'm marking as fixed since icons are changing
and text is changing.
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Comment 5•25 years ago
|
||
OK. I'm not reopening this. I did have a problem in my code that I have fixed
on my tree. I've traced through the code and it looks like it's doing the right
thing now. However, the new text doesn't show up until I resize the window. I
don't know if this is a titled button problem, tree widget problem, or XUL
Templates problem. A representative of each is on this bug's to or cc list.
The last call I traced into was:
UpdateWidgetItemAttribute(templateNode, element, PR_TRUE, aPredicate, target);
Anyway, you won't be able to see this with this example until I check in my
changes.
Reporter | ||
Updated•25 years ago
|
Resolution: FIXED → ---
Reporter | ||
Comment 6•25 years ago
|
||
Sorry, there was a type in my last message. It should have said "I'm now
reopening this bug".
Updated•25 years ago
|
Assignee: evaughan → hyatt
Status: REOPENED → NEW
Comment 7•25 years ago
|
||
Could this be something the tree is doing?
Assignee | ||
Updated•25 years ago
|
Assignee: hyatt → rjc
Assignee | ||
Comment 8•25 years ago
|
||
I think this could be templates. Reassigning to rjc.
Updated•25 years ago
|
Assignee: rjc → evaughan
Comment 9•25 years ago
|
||
So, I single-stepped through this a bit and it seems to be a problem that's
deeper than the template stuff. Back to you, Eric. :^)
Comment 10•25 years ago
|
||
Ooops, I meant to also add... that if you resize the window (thus triggering a
reflow) that the changes usually have taken effect, further proof that it isn't
with the template code.
Updated•25 years ago
|
Assignee: evaughan → hyatt
Comment 11•25 years ago
|
||
Titled buttons work find everywhere but in this case in the tree. David take
another look. I'll help you out if you need it.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M9
Reporter | ||
Comment 12•25 years ago
|
||
This seems to be working now as mentioned in bug 8973. Did anyone change
anything?
Assignee | ||
Updated•25 years ago
|
Target Milestone: M9 → M10
Assignee | ||
Comment 13•25 years ago
|
||
*** Bug 10208 has been marked as a duplicate of this bug. ***
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Comment 14•25 years ago
|
||
resolving as fixed
Updated•25 years ago
|
QA Contact: ckritzer → putterman
Comment 15•25 years ago
|
||
Assigning to originator per new organizational structure.
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 16•25 years ago
|
||
BULK MOVE: Changing component from XUL to XP Toolkit/Widgets: XUL. XUL
component will be deleted.
Component: XUL → XP Toolkit/Widgets: XUL
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: scottputterman → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•