Closed
Bug 121712
Opened 24 years ago
Closed 24 years ago
sortStaticsLast is broken in trunk.
Categories
(Core Graveyard :: RDF, defect, P3)
Core Graveyard
RDF
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: skasinathan, Assigned: waterson)
Details
Attachments
(1 file)
|
633 bytes,
patch
|
tingley
:
review+
|
Details | Diff | Splinter Review |
bz's checkin to nsXULSortService broke the sortStaticsLast functionality.
Backing out's bz's checkin (version 1.141) fixes the problem.
Comment 1•24 years ago
|
||
I'm not quite sure at a glance why this would cause it, but it may have been
this change near line 1922 to nsXULSortService.cpp in bz's patch to bug 100649:
-
if (id.Length() > 0)
+
if (id.IsEmpty())
{
This appears to invert the intended truth statement.
This affects IM in commercial.
Nominating nsbeta1
All platforms
| Assignee | ||
Comment 3•24 years ago
|
||
Yeah, tingley was right.
Comment 4•24 years ago
|
||
Comment on attachment 66369 [details] [diff] [review]
fix, based on tingley's analysis
r=tingley
Attachment #66369 -
Flags: review+
| Assignee | ||
Comment 5•24 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Priority: -- → P3
Resolution: --- → FIXED
Target Milestone: --- → mozilla0.9.9
Comment 6•24 years ago
|
||
Doh. Sorry about that... :( I thought I'd checked all the changes in that
patch....
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•