Closed
Bug 446331
Opened 17 years ago
Closed 17 years ago
nsITreeBoxObject.invalidate() doesn't redraw the tree in Firefox 3.0.1 (worked in 3.0.0 and 2.0.*)
Categories
(Firefox :: Extension Compatibility, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mozilla, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
nsITreeBoxObject.invalidate() doesn't redraw the tree in Firefox 3.0.1 but worked for 3.0.0 and 2.0.*
Don't have a simple test case available at the moment, other than it's a regression for the property-bee toolbar (http://www.property-bee.com)
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
| Reporter | ||
Comment 1•17 years ago
|
||
Correction;
Worked in 3.0.0, but fails in 3.0.1
Worked in 2.0.15, but fails in 2.0.0.16
| Reporter | ||
Comment 2•17 years ago
|
||
Further investigation shows its a sqlite trigger which is not firing when a row is inserted into a table, and hence the data isn't being updated.
Sorry for the mis-bug report.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•