Closed
Bug 263305
Opened 20 years ago
Closed 19 years ago
need to rename misleading struct nsPeekOffsetStruct field
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
DUPLICATE
of bug 300131
People
(Reporter: eyalroz1, Unassigned)
Details
(Keywords: helpwanted)
Here: http://lxr.mozilla.org/seamonkey/source/layout/base/public/nsIFrameSelection.h#8 5 it says that @param mPreferLeft true = prev line end, false = next line begin so the name is misleading. It needs to be mPreferPrevLineEnd or mPreferLineEnd. Also need to ensure there isn't any LTR vs RTL bias in the use of this flag.
Updated•20 years ago
|
Assignee: general → nobody
Component: Browser-General → Layout: Misc Code
Keywords: helpwanted
QA Contact: general → core.layout.misc-code
| Reporter | ||
Comment 1•19 years ago
|
||
mPreferLeft is a very complicated critter whose name is certainly misleading, but what needs to be done is just to rename it but rather to refactor alot of the code using it. *** This bug has been marked as a duplicate of 300131 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Core → Core Graveyard
| Assignee | ||
Updated•6 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•