Closed Bug 384625 Opened 17 years ago Closed 17 years ago

Absolute Positioning grabber (mGrabber) hidden and inaccesible

Categories

(SeaMonkey :: Composer, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: amidude99, Assigned: amidude99)

References

()

Details

Attachments

(1 file, 1 obsolete file)

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)
Your URL don't work. Site temporarily closed. Can you retest with latest builds ?
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.
Confirming.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Attached patch Sets z-index of the mozGrabber. (obsolete) — Splinter Review
Possible patch for "grabber disappearing".
Attachment #317368 - Flags: review?(reed)
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)
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+
Status: NEW → RESOLVED
Closed: 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
The bug isn't resolved until the patch has been landed.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee: composer → amidude99
Status: REOPENED → NEW
QA Contact: composer
Comment on attachment 317368 [details] [diff] [review] Sets z-index of the mozGrabber. I believe this needs SR, too.
Attachment #317368 - Flags: superreview?(neil)
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+
Bumped up to max z-index value.
Attachment #317368 - Attachment is obsolete: true
Attachment #318143 - Flags: superreview?(neil)
Attachment #318143 - Flags: review?(daniel)
Attachment #318143 - Flags: superreview?(neil) → superreview+
Attachment #318143 - Flags: review?(daniel)
Going ahead with checkin-needed since we have superreview+.
Keywords: checkin-needed
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 ago17 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.

Attachment

General

Creator:
Created:
Updated:
Size: