Closed
Bug 824487
Opened 12 years ago
Closed 12 years ago
Transition event callbacks sometimes don't fire
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 20
People
(Reporter: vporof, Assigned: vporof)
Details
Attachments
(2 files)
7.99 KB,
patch
|
rcampbell
:
review+
|
Details | Diff | Splinter Review |
7.96 KB,
patch
|
Details | Diff | Splinter Review |
This makes the following transitions instant and ugly:
* left and right panes translations
* global search results match bounces
* changed variables and properties flashes
Comment 1•12 years ago
|
||
If I am not wrong, this is a regression due to Bug 731974 and has been fixed by bug 823091 and will be fixed in tomorrow's nightly.
Assignee | ||
Comment 2•12 years ago
|
||
If you're adding event listeners after setting an attribute which toggles transitions, you're gonna have a bad time.
Assignee | ||
Updated•12 years ago
|
Priority: -- → P2
Comment 3•12 years ago
|
||
Comment on attachment 695500 [details] [diff] [review]
v1
Review of attachment 695500 [details] [diff] [review]:
-----------------------------------------------------------------
just a comment nit. Fine otherwise.
::: browser/devtools/debugger/debugger-view.js
@@ +409,4 @@
> return;
> }
>
> + // Computes and sets the panes margins in order to hide or shown them.
s/shown/show/
Attachment #695500 -
Flags: review?(rcampbell) → review+
Updated•12 years ago
|
Whiteboard: [land-in-fx-team]
Comment 4•12 years ago
|
||
I can't apply this patch:
> unable to find 'browser/devtools/shared/widgets/VariablesView.jsm' for patching
Whiteboard: [land-in-fx-team]
Assignee | ||
Comment 5•12 years ago
|
||
(In reply to Paul Rouget [:paul] from comment #4)
> I can't apply this patch:
>
> > unable to find 'browser/devtools/shared/widgets/VariablesView.jsm' for patching
I'll rebase and land.
Assignee | ||
Comment 6•12 years ago
|
||
rebased
Assignee | ||
Updated•12 years ago
|
Whiteboard: [land-in-fx-team]
Comment 7•12 years ago
|
||
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Comment 8•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 20
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•