Bug 121326 - Menu doesn't display or work properly
Summary: Menu doesn't display or work properly
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-03 22:37 UTC by kim Lux
Modified: 2006-02-04 19:19 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kim Lux 2006-02-03 22:37:15 UTC
Version:            (using KDE KDE 3.5.0)
OS:                Linux

http://www.resistancewire.com/mainpage.php?page=home

The menu on the left. 

I am hoping this stuff is fixed in 3.51.

$ konqueror -v
Qt: 3.3.5
KDE: 3.5.0-5.0.fc4.kde
Konqueror: 3.5.0-1.2.fc4.kde
Comment 1 Maksim Orlovich 2006-02-03 23:06:06 UTC
OK, I have a preliminary fix that makes following links work, but I need to testcase stuff a bit to make sure I get the details right/avoid similar bugs, and still have to figure out what's up with the dot.
Comment 2 Maksim Orlovich 2006-02-04 15:45:34 UTC
SVN commit 505644 by orlovich:

Find frame-related stuff by name as well, makes menu in
#121326 function (but it still looks odd)
CCBUG:121326



 M  +3 -0      html_miscimpl.cpp  


--- branches/KDE/3.5/kdelibs/khtml/html/html_miscimpl.cpp #505643:505644
@@ -198,6 +198,9 @@
         case ID_OBJECT:
         case ID_SELECT:
         case ID_TEXTAREA:
+        case ID_FRAME:
+        case ID_IFRAME:
+        case ID_FRAMESET:
             checkName = true;
             break;
         default:
Comment 3 Maksim Orlovich 2006-02-04 19:19:42 UTC
OK, the rendering funkyness is actually a site bug --- they send us the version of the menu which relies on IE's brokeness with CSS. If you spoof as mozilla, they'll look fine (since they'll send in a standard-compliant version)