Closed
Bug 298736
Opened 20 years ago
Closed 17 years ago
mouse event caught when hitting stop button
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Other Applications Graveyard
Venkman JS Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ajschult784, Assigned: rginda)
Details
Attachments
(1 file, 1 obsolete file)
|
716 bytes,
patch
|
Gijs
:
review+
|
Details | Diff | Splinter Review |
With linux suite trunk build 2005062305 (Venkman 0.9.83), if I hit the "stop" button, it immeadiately stops, apparently catching the mouse event of hitting stop, and loads an empty venkman.xul in a tab in the Source Code view. After hitting the continue button (and then stop again), things work ok. I have "Exclude browser files" checked.
Updated•19 years ago
|
Assignee: rginda → silver
Updated•19 years ago
|
Status: NEW → ASSIGNED
Updated•19 years ago
|
Severity: normal → minor
OS: Linux → All
Hardware: PC → All
Comment 1•19 years ago
|
||
This just delays the enabling of the stop so that all events and stuff should be done with. In theory, the venkman.xul stop should be ignored for "Exclude Browser Files", but that's for another bug. This patch also stops you ending up in button.xml with that option unchecked.
Attachment #223478 -
Flags: review?(rginda)
| Assignee | ||
Comment 2•19 years ago
|
||
Comment on attachment 223478 [details] [diff] [review] Delay stop so that Gecko has a chance to clean up first Can't we just setTimeout to 1, to get us into a new stack?
Comment 3•19 years ago
|
||
Probably; I'm not one for trusting Gecko that much. I'll see how well it works with 1ms...
Comment 4•18 years ago
|
||
Attachment #223478 -
Attachment is obsolete: true
Attachment #243176 -
Flags: review?(rginda)
Attachment #223478 -
Flags: review?(rginda)
Updated•17 years ago
|
Attachment #243176 -
Flags: review?(rginda) → review?(shaver)
Updated•17 years ago
|
Assignee: silver → rginda
Status: ASSIGNED → NEW
QA Contact: caillon → venkman
Comment 5•17 years ago
|
||
Comment on attachment 243176 [details] [diff] [review] Only delay 1ms Hacky, but otherwise mighty fine, and I have no better ideas. r=gijs
Attachment #243176 -
Flags: review?(shaver) → review+
Comment 6•17 years ago
|
||
James, could you check this in?
Comment 7•17 years ago
|
||
Hey James, I'm sorry for being repetitive, but I know you don't like me checking in your patches, so I would like to ask again if you could please check this in. Thanks! :-)
Comment 8•17 years ago
|
||
You really ought to make sure people you're talking to are CCed. :P
Comment 9•17 years ago
|
||
This was checked in on 20th January. I forgot to close the bug, I guess. Checked in --> FIXED.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•