Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.0.15
-
None
Description
We've had a discussion about the Javascript issue here:
https://issues.apache.org/jira/browse/TAPESTRY-2364
Currently Tapestry puts Javascript on the bottom of the page. This will make the page look like it loads faster, because the browser can start rendering the page before the Javascript libraries are loaded.
It is quite common however if you want your page to work without Javascript, that you render out full HTML and then use Javascript to hide parts on the client before the page renders. This way everything is visible to people that don't have Javascript enabled in their browser, but people with Javascript will get a better user-experience.
Currently the result is messy because you see the page being rendered and once the Javascript libraries are all loaded, the sections are hidden. It is all visible to the user and you have to come up with all kinds of hacks to work around that issue. Therefore it would be greatly appreciated if it were possible to configure Tapestry so that users can choose to include the libraries in the head section again.
Having the Javascript included in the head is the way most people are used to, so it would also make things easier for the average Tapestry user.
Attachments
Issue Links
- incorporates
-
TAP5-373 When JavaScript libraries are moved to the "top" of the document, they should be added to the <head>, not the <body>
- Closed