From kfm-devel Sat Mar 31 18:38:49 2001 From: margus.laak () tele2 ! ee Date: Sat, 31 Mar 2001 18:38:49 +0000 To: kfm-devel Subject: Bug#23424: table rendering is not done inside layers X-MARC-Message: https://marc.info/?l=kfm-devel&m=98606463311205 Package: khtml Version: KDE 2.1.1 Severity: normal Installed from: Compiled From Sources Compiler: g++ 2.95.2 OS: Linux OS/Compiler notes: Not Specified Hi, we here at everyday.com have found a bug in konqueror HTML rendering, that makes well used layered menus, that you can find in lots of places in web, almost impossible. Lets say, that you have . Now when in javascript you do: document.all[appMenuContent].innerHTML = '123
ABC
' then only 123 gets shown on the page, but not ABC. At the moment we have made a workaround for that problem, but we would like to see that bug fixed some day, because without tables, the menus look kind of ugly. We also feel, that this is one of the main problems, why other sites dynamic html menu systems fail as well. (Submitted via bugs.kde.org)