Closed
Bug 209935
Opened 22 years ago
Closed 21 years ago
JavaScript does not open new page
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ivan.icin, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030516 Mozilla Firebird/0.6
Clicking on edit in my.myway.com should result in opening new page, but all I
see is text in browser window: http://my.myway.com/
and text in adress bar:
javascript:document.location="/editHO.jsp?ru="+escape(document.location);
Reproducible: Always
Steps to Reproduce:
1.visit my.myway.com
2. click on edit button that appears in the page
Actual Results:
the page did not open
Expected Results:
open customization page.
![]() |
||
Comment 1•22 years ago
|
||
Not JS engine -- JS has no concept of a "document"; that's a DOM thing.
> 2. click on edit button that appears in the page
There is no such button; I assume you have to sign in to get it....
Are there errors in the JS console?
Assignee: rogerl → dom_bugs
Component: JavaScript Engine → DOM Level 0
QA Contact: pschwartau → ashishbhatt
>> 2. click on edit button that appears in the page
> There is no such button; I assume you have to sign in to get it....
No you don't have to sign in - just look inside web page. You can find titles
like My news, or My weather, My sports etc. and just next to these titles
there's the small box edit (it is graphical element - I guess that misunderstood
was because I've called it button). Clicking on it within Mozilla Firebird 0.6
will result in what I've described.
Important notice: clicking on link edit next to My Page (it is textual element)
will not result in any error.
> Are there errors in the JS console?
No, no errors
Comment 3•21 years ago
|
||
I went to http://my.myway.com, then click the edit button on the right of My
Horoscope and landed in
http://registration.myway.com/login.jsp?return_url=http://my.myway.com/editHO.jsp
in the same window which is the "My Way - Sign In" document. That new url was
successfully loaded into the same window. I am convinced an user first must be
registered and must have signed in before he can customize, configure the layout
(which panels he wants or not) of the home page. Basically, yahoo.com (and many
portails) have the same configuration abilities.
I tested with Mozilla 1.6 build 20030113 and Firebird 0.7 rv1.5 build 20031007
under XP Pro SP1 here and got the same result.
(In reply to comment #3)
> I tested with Mozilla 1.6 build 20030113 and Firebird 0.7 rv1.5 build 20031007
> under XP Pro SP1 here and got the same result.
Issue was related to previous version of Firebird (0.6) wich was actual version
when I reported the bug. I would like to confirm that bug is fixed in new
version of Firebird (and I have never detected it in Mozilla).
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 5•21 years ago
|
||
Ivan, if you have other bugs, UNCONFIRMED ones, which are now no longer
displaying a problem, then please resolve them accordingly. There are people who
are tracking UNCONFIRMED bugfiles, investigating them, spending time, writing
comments, etc.. and such time would then be better spent if these people would
only have to investigate real UNCONFIRMED ones. I lost my time here, you see.
Thanks for your understanding here.
You need to log in
before you can comment on or make changes to this bug.
Description
•