Closed
Bug 454428
Opened 17 years ago
Closed 17 years ago
TM: Javascript postback not working in Codeplex
Categories
(Core :: JavaScript Engine, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla1.9.1b1
People
(Reporter: rflazaro, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b1pre) Gecko/20080909032504 Minefield/3.1b1pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b1pre) Gecko/20080909032504 Minefield/3.1b1pre
Javascript postback is not working in recent nightly.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.codeplex.com/Tackle/Thread/List.aspx?TagName=Tackle%20Questions
2. At the bottom of the page and click Next
3. At the bottom of the page and click any of the "page" numbers
Actual Results:
1.
2. click Next; nothing happens
3. click any of the "page" numbers; nothing happens
Expected Results:
1.
2. click Next; will go to next page
3. click any of the "page" numbers; will go to clicked page
Postback link:
javascript:CodePlex.UpdateProgress.displayForPaging('Loading...');__doPostBack('ctl00$ctl00$Content$TabContentPanel$Content$PageIndexControlBottom','next')
Error in Tools -> Error Console:
Error: $get is not a function
Source File: http://www.codeplex.com/scripts/UpdateProgress.js
Line: 105
Component: General → JavaScript Engine
Product: Firefox → Core
This seems to be JIT (Tracing) related.
WORKS: JIT content DISABLED
FAILS: JIT content ENABLED
Trying to find regression range, went as far back as Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b1pre) Gecko/20080830031750 Minefield/3.1b1pre
Got tired =)
Also confirmed by http://forums.mozillazine.org/viewtopic.php?p=4428165#p4428165
Updated•17 years ago
|
Severity: major → normal
Keywords: regressionwindow-wanted
Summary: Javascript postback not working in Codeplex → TM: Javascript postback not working in Codeplex
Version: unspecified → Trunk
After further playing around, this doesn't seem to be related to the postback itself but the code before the postback:
WORKS: javascript:__doPostBack('ctl00$ctl00$Content$TabContentPanel$Content$PageIndexControlBottom','next')
FAILS: javascript:CodePlex.UpdateProgress.displayForPaging('Loading...');__doPostBack('ctl00$ctl00$Content$TabContentPanel$Content$PageIndexControlBottom','next')
Not sure what is happening in CodePlex.UpdateProgress.displayForPaging('Loading...')
Updated•17 years ago
|
Priority: -- → P1
Target Milestone: --- → mozilla1.9.1b1
This is now working correctly using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b1pre) Gecko/20080911105329 Minefield/3.1b1pre
(In reply to comment #4)
> This is now working correctly using Mozilla/5.0 (Windows; U; Windows NT 5.1;
> en-US; rv:1.9.1b1pre) Gecko/20080911105329 Minefield/3.1b1pre
Confirmed. WFM: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b1pre) Gecko/20080912031847 Firefox/2.0.0.16 ID:20080912031847
Comment 6•17 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Keywords: regressionwindow-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•