Closed
Bug 384625
Opened 17 years ago
Closed 17 years ago
Absolute Positioning grabber (mGrabber) hidden and inaccesible
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: amidude99, Assigned: amidude99)
References
()
Details
Attachments
(1 file, 1 obsolete file)
886 bytes,
patch
|
neil
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a6pre) Gecko/20070615 SeaMonkey/2.0a1pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a6pre) Gecko/20070615 SeaMonkey/2.0a1pre
The "grabber" becomes hidden behind other page elements during editing. Shouldn't the grabbers z-index be maxed out in EditorOverride.css or /mozilla/editor/libeditor/htmlnsHTMLAbsPosition.cpp ( RefreshGrabber() )?
Reproducible: Always
Steps to Reproduce:
1.Select and move an absolutely positioned element.
2.Release over an element with a higher z-index.
3.
Actual Results:
grabber border remains but crosshairs gone and can't move.
Expected Results:
grabber remains visible at all times. (z-index should be maxed)
Comment 1•17 years ago
|
||
Your URL don't work. Site temporarily closed. Can you retest with latest builds ?
Assignee | ||
Comment 2•17 years ago
|
||
Still happens in the following build:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9
Hopefully you didn't mean the latest nightly build.
To reproduce:
1) Select or create a div from text off the default seamonkey startup page and select layer button (make it pos abs).
2) Grab layer and move atop seamonkey logo at top of page.
3) Grabber becomes covered.
Again, this seems like an easy fix by maxing out the grabber z-index.
Assignee | ||
Comment 4•17 years ago
|
||
Possible patch for "grabber disappearing".
Attachment #317368 -
Flags: review?(reed)
Comment 5•17 years ago
|
||
Comment on attachment 317368 [details] [diff] [review]
Sets z-index of the mozGrabber.
I'm not a valid reviewer for this code. Maybe try daniel@glazman.org instead?
Attachment #317368 -
Flags: review?(reed)
Assignee | ||
Updated•17 years ago
|
Attachment #317368 -
Flags: review?(daniel)
Comment on attachment 317368 [details] [diff] [review]
Sets z-index of the mozGrabber.
r=daniel@glazman.org
go ahead
Attachment #317368 -
Flags: review?(daniel) → review+
Assignee | ||
Updated•17 years ago
|
Comment 7•17 years ago
|
||
The bug isn't resolved until the patch has been landed.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•17 years ago
|
Assignee: composer → amidude99
Status: REOPENED → NEW
QA Contact: composer
Comment 8•17 years ago
|
||
Comment on attachment 317368 [details] [diff] [review]
Sets z-index of the mozGrabber.
I believe this needs SR, too.
Attachment #317368 -
Flags: superreview?(neil)
Updated•17 years ago
|
Keywords: checkin-needed
Comment 9•17 years ago
|
||
Comment on attachment 317368 [details] [diff] [review]
Sets z-index of the mozGrabber.
>+ z-index: 2147483646;
> }
>
> /* INLINE TABLE EDITING */
>
> a[\_moz_anonclass="mozTableAddColumnBefore"] {
> position: absolute;
> z-index: 2147483647; /* max value for this property */
Though I guess copying this line would be just that little bit better still!
Attachment #317368 -
Flags: superreview?(neil) → superreview+
Assignee | ||
Comment 10•17 years ago
|
||
Bumped up to max z-index value.
Attachment #317368 -
Attachment is obsolete: true
Attachment #318143 -
Flags: superreview?(neil)
Attachment #318143 -
Flags: review?(daniel)
Updated•17 years ago
|
Attachment #318143 -
Flags: superreview?(neil) → superreview+
Assignee | ||
Updated•17 years ago
|
Attachment #318143 -
Flags: review?(daniel)
Assignee | ||
Comment 11•17 years ago
|
||
Going ahead with checkin-needed since we have superreview+.
Keywords: checkin-needed
Comment 12•17 years ago
|
||
Checking in editor/composer/src/res/EditorOverride.css;
/cvsroot/mozilla/editor/composer/src/res/EditorOverride.css,v <-- EditorOverride.css
new revision: 1.41; previous revision: 1.40
done
Status: NEW → RESOLVED
Closed: 17 years ago → 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Summary: Absolute Positioning grabber (mGrabber) hidden and inaccesible. → Absolute Positioning grabber (mGrabber) hidden and inaccesible
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•