Bug #16295
SQL check breaks on IE due to DOM/CSS usage
| Status: | Accepted | Start date: | 2006-06-27 | |
|---|---|---|---|---|
| Priority: | -- undefined -- | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | dbal | |||
| Target version: | - | |||
| TYPO3 Version: | Complexity: | |||
| PHP Version: | ||||
| Votes: | 0 |
Description
The form for entering the "easy" query doesn't work at all on IE (property "display" is missing - IE doesn's support "table-row" anyway) and doesn't work reliable in Firefox (the displayed fields seldom reflect the select box setting). I have no idea how to enter data for an insert statement.
[rant]Don't use DOM when it's not necessary. Instead of a working old-school app this is a fancy non-working tool[/rant]
(issue imported from #M3754)
History
Updated by Karsten Dambekalns almost 7 years ago
Hm, works fine for me in Firefox 1.5 on Linux. I'll take a closer look.
Updated by Karsten Dambekalns almost 7 years ago
When switching back from UPDATE to some other query type, there was one field left visible. Fixed this now for Firefox, will check in MSIE.
Updated by Karsten Dambekalns almost 7 years ago
Ok, it doesn't work at all with MSIE6. But, do I care? This is mainly a tool for my own use, that happens to be available publicly. :)
If someone wants to fix this, go ahead. I won't.
Updated by Karsten Dambekalns almost 7 years ago
About entering data for INSERT: I added this to the manual.
Updated by Martin Kutschker almost 7 years ago
If it's only an internal tool it should go (into a separate extesion). Don't clutter up the TYPO3 modules with DEBUG stuff. It's crowded enough!
See my original note why it doesn't work in IE. The easiest solution is to use a CSS class "hide" and to add remove this class when toggling visibility.
But I think the DB info (oddly named "cached info") may be of interest for more users. It could be a replacement for phpMyAdmin in the long run...