Closed
Bug 893787
Opened 12 years ago
Closed 12 years ago
Update zIndex of selected track events so that their stage elements are above the res
Categories
(Webmaker Graveyard :: Popcorn Maker, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: thecount, Assigned: thecount)
References
Details
(Whiteboard: s=20130722 p=1 popbetter)
Attachments
(1 file)
If I select a track event, it should update the element on the stage associated with that track event to be above all the others.
The idea is that if a user selects a track event, they should be able to see it in the stage, even if it is hidden behind other track event elements.
As soon as they deselect it, it should go back to its previous zindex.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → scott
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #778855 -
Flags: review?(schranz.m)
Comment 2•12 years ago
|
||
Comment on attachment 778855 [details] [review]
https://github.com/mozilla/popcorn.webmaker.org/pull/124
Comments in PR.
LINT:
public/templates/assets/editors/editorhelper.js: line 69, col 23, Missing semicolon.
public/templates/assets/editors/editorhelper.js: line 70, col 15, 'track' is not defined.
public/templates/assets/editors/editorhelper.js: line 72, col 17, 'track' is not defined.
public/templates/assets/editors/editorhelper.js: line 72, col 27, 'track' is not defined.
public/templates/assets/editors/editorhelper.js: line 80, col 19, 'track' is not defined.
public/templates/assets/editors/editorhelper.js: line 81, col 11, 'manifestOptions' is not defined.
public/templates/assets/editors/editorhelper.js: line 83, col 28, 'manifestOptions' is not defined.
public/templates/assets/editors/editorhelper.js: line 84, col 53, 'track' is not defined.
Attachment #778855 -
Flags: review?(schranz.m) → review-
| Assignee | ||
Updated•12 years ago
|
Whiteboard: s=20130722 p=1
| Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 778855 [details] [review]
https://github.com/mozilla/popcorn.webmaker.org/pull/124
updates.
Attachment #778855 -
Flags: review- → review?(schranz.m)
Updated•12 years ago
|
Attachment #778855 -
Flags: review?(schranz.m) → review+
| Assignee | ||
Comment 4•12 years ago
|
||
Staged: https://github.com/mozilla/popcorn.webmaker.org/commit/16393f1f86a351075492a60f9730dbad54ee696f
Needs verification.
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: needinfo?(scott)
Resolution: --- → FIXED
| Assignee | ||
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
Flags: needinfo?(scott)
| Assignee | ||
Updated•12 years ago
|
Whiteboard: s=20130722 p=1 → s=20130722 p=1 popbetter
Updated•12 years ago
|
Attachment mime type: text/plain → text/x-github-pull-request
You need to log in
before you can comment on or make changes to this bug.
Description
•