SylvainTI / wwwsqldesigner

Automatically exported from code.google.com/p/wwwsqldesigner
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Live Demo problem with "enter" #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Enter the online Live Demo
2. Create a new table and full name (and description)
3. Press enter to create the table.

What is the expected output? What do you see instead?
Expectable is the table to be created, insted you get an error page (and 
you lose all work)

What version of the product are you using? On what operating system?
Live Demo with Google Chrome.

Please provide any additional information below.
No additional information.

Original issue reported on code.google.com by r3dd3v...@gmail.com on 8 Feb 2010 at 8:50

GoogleCodeExporter commented 9 years ago
Reproduced with Chrome 4.x / Linux.

Original comment by ondrej.zara on 9 Feb 2010 at 8:54

GoogleCodeExporter commented 9 years ago
This looks like Chrome's issue. Offending line is   

this.dom.container.style.visibility = "hidden";

(hiding the table name dialog).

Note: it manifests only when the comment is filled in.

Original comment by ondrej.zara on 9 Feb 2010 at 9:14

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Reported to Chromium as http://code.google.com/p/chromium/issues/detail?id=37011

Original comment by ondrej.zara on 28 Feb 2010 at 8:32

GoogleCodeExporter commented 9 years ago

Original comment by ondrej.zara on 28 Feb 2010 at 8:37

GoogleCodeExporter commented 9 years ago
Fixed in recent Chrome builds.

Original comment by ondrej.zara on 5 Aug 2010 at 11:35