sagarswathi / h2database

Automatically exported from code.google.com/p/h2database
0 stars 1 forks source link

H2 console doesn't work on Chrome browser on Mac Mountain Lion 10.8.2 #434

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Before submitting a bug, please check the FAQ:
http://www.h2database.com/html/faq.html

What steps will reproduce the problem?
(simple SQL scripts or simple standalone applications are preferred)
1. Open 
http://localhost:8082/login.jsp?jsessionid=123fef08ab22fb69caf9392e31fb0611

What is the expected output? What do you see instead?
 login window  but here garbled text
console message: Viewport argument value "device-width;" for key "width" not 
recognized. Content ignored. Note that ';' is not a separator in viewport 
values. The list should be comma-separated. 

What version of the product are you using? On what operating system, file
system, and virtual machine?
 Works perfect on Safari and Firefox 

Do you know a workaround?

What is your use case, meaning why do you need this feature?

How important/urgent is the problem for you?

Please provide any additional information below.

Original issue reported on code.google.com by kristof....@gmail.com on 23 Jan 2013 at 7:09

Attachments:

GoogleCodeExporter commented 8 years ago
changing <meta name="viewport" content="width=device-width; initial-scale=0.9">
to <meta name="viewport" content="width=device-width, initial-scale=0.9">

seems to fix it

Original comment by kristof....@gmail.com on 23 Jan 2013 at 7:13

GoogleCodeExporter commented 8 years ago
Strange that it works for me (I also use Chrome and Mac OS X 10.8.2), but 
anyway it look like it's easy to fix.

Original comment by thomas.t...@gmail.com on 25 Jan 2013 at 1:19

GoogleCodeExporter commented 8 years ago
Should be fixed in H2 version 1.3.171

Original comment by thomas.t...@gmail.com on 17 Mar 2013 at 4:08

GoogleCodeExporter commented 8 years ago
Still not working in 1.3.173

Original comment by michal.z...@gmail.com on 5 Dec 2013 at 11:14

GoogleCodeExporter commented 8 years ago
Michal, could you give more details? Did you try flushing the browser cache, 
what version of Mac OS and Chrome are you using, what is the result for you, 
what is the source of meta name="viewport"?

Original comment by thomas.t...@gmail.com on 5 Dec 2013 at 12:58