Closed
Bug 96812
Opened 24 years ago
Closed 21 years ago
nsIOutlinerBoxObject::GetPageCount() is misnamed
Categories
(Core :: XUL, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla1.7alpha
People
(Reporter: mike, Assigned: janv)
References
Details
(Whiteboard: [xul1.0-widgets-outliner])
Shouldn't it be GetPageLength() or similar?
The current name suggests it returns the number of pages in the outliner, not
the number of rows in a page. The documentation gets it right, but it's
confusing and it took a number of minutes looking at the source to clear it up.
Comment 1•24 years ago
|
||
confirming, sev->tri
Severity: minor → trivial
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 2•24 years ago
|
||
hyatt, do you like suggested name ?
Comment 3•24 years ago
|
||
I'll get to this later, once I start formalizing outliner's interfaces in the
XUL spec.
Assignee: trudelle → hyatt
Blocks: 70753
Whiteboard: [xul1.0-widgets-outliner]
Target Milestone: --- → mozilla1.0
Updated•24 years ago
|
Status: NEW → ASSIGNED
Updated•24 years ago
|
Target Milestone: mozilla1.0 → mozilla1.0.1
Updated•23 years ago
|
Keywords: mozilla1.0+
Comment 4•23 years ago
|
||
Moving non nsbeta1+ XUL 1.0 bugs to mozilla1.2
Target Milestone: mozilla1.0.1 → mozilla1.2
Updated•23 years ago
|
Keywords: mozilla1.0+ → mozilla1.0-
| Assignee | ||
Comment 5•22 years ago
|
||
taking
Assignee: hyatt → varga
Blocks: 221619
Status: ASSIGNED → NEW
Component: XP Toolkit/Widgets: XUL → XP Toolkit/Widgets: Trees
| Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: mozilla1.2alpha → mozilla1.7alpha
| Assignee | ||
Comment 6•21 years ago
|
||
Fixed along with bug 221619. It's called GetPageLength() now.
| Assignee | ||
Comment 7•21 years ago
|
||
fixed for real
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•