<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>120272</bug_id>
          
          <creation_ts>2006-01-17 00:29:32 +0000</creation_ts>
          <short_desc>[site-issue] Menu doesn&apos;t work properly</short_desc>
          <delta_ts>2007-02-18 19:31:36 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>konqueror</product>
          <component>khtml renderer</component>
          <version>unspecified</version>
          <rep_platform>Fedora RPMs</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="kim Lux">lux</reporter>
          <assigned_to name="Konqueror Bugs">konqueror-bugs-null</assigned_to>
          <cc>maksim</cc>
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>406692</commentid>
    <comment_count>0</comment_count>
    <who name="kim Lux">lux</who>
    <bug_when>2006-01-17 00:29:32 +0000</bug_when>
    <thetext>Version:           $ konqueror -v
Qt: 3.3.5
KDE: 3.5.0-4.2.fc4.kde
Konqueror: 3.5.0-1.2.fc4.kde (using KDE KDE 3.5.0)
Installed from:    Fedora RPMs
OS:                Linux

http://www.baldor.com/products/generators/dlc.asp

Try to select the &quot;DC Motor&quot; items.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>406693</commentid>
    <comment_count>1</comment_count>
    <who name="kim Lux">lux</who>
    <bug_when>2006-01-17 00:35:31 +0000</bug_when>
    <thetext>
Left menus don&apos;t work here either. 

http://www.baldor.com/support/default.asp</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>406694</commentid>
    <comment_count>2</comment_count>
    <who name="Maksim Orlovich">maksim</who>
    <bug_when>2006-01-17 00:36:14 +0000</bug_when>
    <thetext>Works when faking as mozilla. They send us IE version, and we don&apos;t do click on &lt;a&gt;. May be we should, though</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>407290</commentid>
    <comment_count>3</comment_count>
    <who name="Maksim Orlovich">maksim</who>
    <bug_when>2006-01-19 00:05:32 +0000</bug_when>
    <thetext>SVN commit 499882 by orlovich:

Suppose the click-on-a MS extension. Fixes hotmail signup page
and menu clicks on baldor.com. Unfortunately we still run into 
problems there as it forces a container with visiblechildren tovisibility:hidden
CCBUG:120272


 M  +5 -0      kjs_html.cpp  
 M  +1 -1      kjs_html.h  


--- branches/KDE/3.5/kdelibs/khtml/ecma/kjs_html.cpp #499881:499882
@@ -893,6 +893,7 @@
   type		KJS::HTMLElement::AnchorType		DontDelete
   blur		KJS::HTMLElement::AnchorBlur		DontDelete|Function 0
   focus		KJS::HTMLElement::AnchorFocus		DontDelete|Function 0
+  click		KJS::HTMLElement::AnchorClick		DontDelete|Function 0
 @end
 @begin HTMLImageElementTable 15
   name		KJS::HTMLElement::ImageName		DontDelete
@@ -2226,6 +2227,10 @@
         anchor.focus();
         return Undefined();
       }
+      else if (id == KJS::HTMLElement::AnchorClick) {
+        static_cast&lt;DOM::HTMLAnchorElementImpl*&gt;(anchor.handle())-&gt;click();
+        return Undefined();
+      }
     }
     break;
     case ID_TABLE: {
--- branches/KDE/3.5/kdelibs/khtml/ecma/kjs_html.h #499881:499882
@@ -111,7 +111,7 @@
            AnchorAccessKey, AnchorCoords, AnchorHref, AnchorProtocol, AnchorHost,
            AnchorCharset, AnchorHrefLang, AnchorHostname, AnchorType, AnchorFocus,
            AnchorPort, AnchorPathName, AnchorHash, AnchorSearch, AnchorName,
-           AnchorRev, AnchorTabIndex, AnchorTarget, AnchorText, AnchorBlur,
+           AnchorRev, AnchorTabIndex, AnchorTarget, AnchorText, AnchorBlur, AnchorClick, 
            ImageName, ImageAlign, ImageHspace, ImageVspace, ImageUseMap, ImageAlt,
            ImageLowSrc, ImageWidth, ImageIsMap, ImageBorder, ImageHeight,
            ImageLongDesc, ImageSrc, ImageX, ImageY, ImageComplete, ObjectHspace, ObjectHeight, ObjectAlign,
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>498652</commentid>
    <comment_count>4</comment_count>
    <who name="Bram Schoenmakers">me</who>
    <bug_when>2007-01-06 14:35:38 +0000</bug_when>
    <thetext>Parts of the menu disappear after selecting an item from the menu and then hovering the cursor over the menu again.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>509960</commentid>
    <comment_count>5</comment_count>
    <who name="illogic-al">illogical1</who>
    <bug_when>2007-02-18 19:31:36 +0000</bug_when>
    <thetext>fixed as of 3.5.6</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>