Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 153933 Details for
Bug 295430
Blank page when Javascript is disabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
alternative implementation
noscript2.txt (text/plain), 1.45 KB, created by
Tim Buschtoens
on 2009-12-07 11:10:50 EST
(
hide
)
Description:
alternative implementation
Filename:
MIME Type:
Creator:
Tim Buschtoens
Created:
2009-12-07 11:10:50 EST
Size:
1.45 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt >Index: src/org/eclipse/rwt/internal/service/rwt-index.html >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt/src/org/eclipse/rwt/internal/service/rwt-index.html,v >retrieving revision 1.5 >diff -u -r1.5 rwt-index.html >--- src/org/eclipse/rwt/internal/service/rwt-index.html 24 Sep 2009 19:57:21 -0000 1.5 >+++ src/org/eclipse/rwt/internal/service/rwt-index.html 7 Dec 2009 16:12:50 -0000 >@@ -8,6 +8,10 @@ > > <body background="${backgroundImage}"> > >+ <noscript> >+ <p style = "z-index:100000;background-color:white">${message}</p> >+ </noscript> >+ > <!-- body of branding --> > ${body} > <!-- end body of branding --> >@@ -73,11 +77,8 @@ > // end rap runtime application > } else { > // write unsupported browser or security message >- document.write( "<p>Your browser or settings are not supported. " ); >- document.write( "Please use one of those: IE 6 or higher, " ); >- document.write( "Firefox 1.5 or higher or Opera 10 or higher. " ); >- document.write( "Ensure that javascript is enabled and " ); >- document.write( "XMLHttpRequests are allowed.</p>" ); >+ var css = "\"z-index:100000;background-color:white\""; >+ document.write( "<p style = " + css + " >${message}</p>" ); > } > </script> > </body>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 295430
:
152719
| 153933