Closed Bug 751770 Opened 14 years ago Closed 13 years ago

setTimeout doesn't work in scratchpad in some cases

Categories

(Firefox :: Untriaged, defect)

12 Branch
x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: d33tah, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20100101 Firefox/12.0 Build ID: 20120420145725 Steps to reproduce: I opened the scratchpad using Shift+F4 and entered such code: smth = prompt('wtf?','test'); f=function() { alert(smth); }; setTimeout(f,2000); Then I pressed CTR+R. Actual results: The prompt is shown but the alert isn't. Expected results: Both prompt and the alert should have been shown.
Just confirmed that this is fixed.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.