Open
Bug 649632
Opened 14 years ago
Updated 3 years ago
_moz_resizing appears wrong if content is centered
Categories
(Firefox :: General, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: agraham, Unassigned)
References
()
Details
Attachments
(1 file)
988 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Go to the TinyMCE sample page, and select the table, and you'll see the 'grab handles' around the table for resizing (created by _moz_resizing=true). If you then use TinyMCE to center the table (using justify:center button) you'll see that the 'grab handles' say left aligned.
Reproducible: Always
Steps to Reproduce:
Go to the TinyMCE sample page, and select the table, and you'll see the 'grab handles' around the table for resizing (created by _moz_resizing=true). If you then use TinyMCE to center the table (using justify:center button) you'll see that the 'grab handles' say left aligned.
Actual Results:
the 'grab handles' say left aligned.
Expected Results:
the 'grab handles' should be centered, along with the table
Comment 1•14 years ago
|
||
I can't reproduce this in Firefox 4.0. Highlighting removes the cursor focus.
Works for me - Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0) Gecko/20100101 Firefox/4.0 http://hg.mozilla.org/releases/mozilla-2.0/rev/6be9e31d01b4
Updated•14 years ago
|
Version: unspecified → 3.6 Branch
This is a testcase for the bug which is still present on FF6.0.2 (Win). Javascript is needed. Try to select one of the table cells. The resize box appears, but not centered as the table (set by margin-left, -right: auto) but left aligned.
Attachment #560771 -
Attachment mime type: text/plain → text/html
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•