Issue 125067 - Unable to select open office platform and version in download page
Summary: Unable to select open office platform and version in download page
Status: CLOSED FIXED
Alias: None
Product: Infrastructure
Classification: Infrastructure
Component: Downloads (show other issues)
Version: current
Hardware: Mac OS X 10.9
: P2 Blocker (vote)
Target Milestone: ---
Assignee: Marcus
QA Contact:
URL: http://www.openoffice.org/download/in...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-07 08:41 UTC by Karlo Smid
Modified: 2014-06-07 10:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Karlo Smid 2014-06-07 08:41:04 UTC
Given that I am using Chrome Version 35.0.1916.114
Or Firefox 22.0
When I am on page 'http://www.openoffice.org/download/index.html'
Then I can not select OpenOffice operating system
And Version
And language


In Chrome and Firefox console there is java script uncaught exception.

Chrome:

Uncaught SyntaxError: Unexpected token ILLEGAL download.js:452
Uncaught ReferenceError: init is not defined index.html:306

Firefox:

[10:36:19.196] ReferenceError: init is not defined @ http://www.openoffice.org/download/index.html:306


Bug Advocacy:
This issue is not consistent with download page purpose.
Comment 1 Marcus 2014-06-07 09:42:04 UTC
Thanks for the report.

The error message "Uncaught SyntaxError: Unexpected token ILLEGAL download.js:452" points to a line break that maybe is not understood in every browser. At least "Browsershots.org" shows that it is working on Linux, Windows and Mac. However, I've deleted this and put the command in a single line.

Please can you test if it is now working for you? I've changed it first in the test area and not on the main webpage, so please use this link:

http://ooo-site.staging.apache.org/download/test/index.html

Thanks in advance for your feedback.
Comment 2 Karlo Smid 2014-06-07 09:49:03 UTC
Tested on Chrome and Firefox, versions as reported.
Issue is resolved.
My takeaway? I learned about browsershots.org!
Thanks!
Comment 3 SVN Robot 2014-06-07 10:04:29 UTC
"marcus" committed SVN revision 1601082 
#i125067# Fixed error: The line line break in 'showWindow()' function is not ...
Comment 4 Marcus 2014-06-07 10:15:37 UTC
Great, I've put the fix now into production. Thanks again.