Version: (using KDE KDE 3.5.0) Installed from: SuSE RPMs Compiler: gcc version 3.3.5 20050117 (prerelease) (SUSE Linux) OS: Linux Hi, when I open the site http://ezproxy.utu.fi:2048/login?url=http://search.epnet.com/direct.asp?jid=6ZO&db=aph&loginpage=login.asp&site=ehost I should be able to see and fill in two input fields (login name + password). These fields should be visible in the middle of the site. But, if you open the site in Konqueror, the fields are NOT visible! In KDE 3.4.x this site worked just fine in Koqueror, too. In 3.5.0 this is not anymore the case. In Firefox the site works as it's supposed to work. Any ideas? Kind regards, Kimmo
Created attachment 13800 [details] Test case
If forms are inside <table>, then they won't appear.
They do! Check my page here: http://www.linicks.net/ptrick.html There is something else funny about that code that causes the problem? Nick
Oh, I see - it needs table divide or row tags to work <td> <tr> - which is correct code I guess... do tables need a divide/row to be proper (I guess so, otherwise it isn't a table)? You can test 'live' here online: http://www.w3schools.com/html/tryit.asp?filename=tryhtml_table_elements Nick
Fixed today *** This bug has been marked as a duplicate of 122884 ***