Closed
Bug 754627
Opened 13 years ago
Closed 13 years ago
GetBounds on bullet return wrong values
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: surkov, Assigned: surkov)
References
(Blocks 2 open bugs)
Details
(Keywords: access)
Attachments
(1 file)
9.98 KB,
patch
|
tbsaunde
:
review+
roc
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #623470 -
Flags: review?(trev.saunders)
Attachment #623470 -
Flags: review?(roc)
Assignee | ||
Comment 1•13 years ago
|
||
Comment on attachment 623470 [details] [diff] [review]
patch
Review of attachment 623470 [details] [diff] [review]:
-----------------------------------------------------------------
::: layout/generic/nsBlockFrame.h
@@ +784,5 @@
> * @return the outside bullet frame list frame property.
> */
> nsFrameList* GetOutsideBulletList() const;
>
> +protected:
I removed that locally
Assignee | ||
Updated•13 years ago
|
Summary: GetBounds on frame return wrong values → GetBounds on bullet return wrong values
Comment 2•13 years ago
|
||
Comment on attachment 623470 [details] [diff] [review]
patch
>+HTMLListBulletAccessible::GetFrame() const
>+{
>+ nsBlockFrame* blockFrame = do_QueryFrame(mContent->GetPrimaryFrame());
>+ if (blockFrame)
>+ return blockFrame->GetBullet();
shouldn't you return null if this isn't true?
>+<body>
>+
>+ <p id="display"></p>
>+ <div id="content" style="display: none"></div>
>+ <pre id="test">
>+ </pre>
shouldn't there be a bug reference?
r=me with those
Attachment #623470 -
Flags: review?(trev.saunders) → review+
Attachment #623470 -
Flags: review?(roc) → review+
Assignee | ||
Comment 3•13 years ago
|
||
landed with Trevor's comments addressed - https://hg.mozilla.org/integration/mozilla-inbound/rev/cf84757bce4b
Flags: in-testsuite+
Target Milestone: --- → mozilla15
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•