<?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>68291</bug_id>
          
          <creation_ts>2003-11-15 19:27:42 +0000</creation_ts>
          <short_desc>[test case] Implement CSS3/IE extension overflow-x and overflow-y</short_desc>
          <delta_ts>2006-11-13 16:30:49 +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>Compiled Sources</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>wishlist</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Martijn Klingens">klingens</reporter>
          <assigned_to name="Konqueror Bugs">konqueror-bugs-null</assigned_to>
          <cc>kde</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>176843</commentid>
    <comment_count>0</comment_count>
    <who name="Martijn Klingens">klingens</who>
    <bug_when>2003-11-15 19:27:42 +0000</bug_when>
    <thetext>Version:            (using KDE Devel)
Installed from:    Compiled sources

As none of the existing open bug reports matches I&apos;m opening a new one for this.

Test case on http://martijn.homeip.net/khtml/overflowtest.html.

KHTML/KJS CVS from today (the rest of kdelibs is slightly older)

1. overflow-y isn&apos;t supported at all. Didn&apos;t test overflow-x, but I suspect the same problem there. Normal overflow (without &apos;-y&apos; suffix) does work, though it exhibits the second problem:

2. The body shows a scrollbar to the right whereas only the div should have one (assuming the div fits in the Konq window :)

3. When changing the height of the div from an absolute size into &apos;100%&apos; the div becomes the body&apos;s height rather than the window&apos;s height. It could be that #2 fixes this as well. Also I&apos;m not sure what the spec says about 100% height, but the behaviour in WinIE is to use the window&apos;s height.

All in all the overflow support is shaping up nicely, would be cool to have these last issues fixed in KDE 3.2 too though :)

Martijn</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>355700</commentid>
    <comment_count>1</comment_count>
    <who name="Martijn Klingens">klingens</who>
    <bug_when>2005-07-05 22:44:49 +0000</bug_when>
    <thetext>This testcase has been offline since I reinstalled my server, but it&apos;s back up again.

Using a KHTML trunk from a couple of weeks old the bugs #1 and #3 seem to be still there. #2 is fixed from a rendering perspective, but the mouse wheel doesn&apos;t work for scrolling the overflown div.
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>465103</commentid>
    <comment_count>2</comment_count>
    <who name="Florian Ehrenthal">dizzinger</who>
    <bug_when>2006-08-31 02:40:56 +0000</bug_when>
    <thetext>overflow-x / overflow-y are part of css3 which seems not to be implemented yet (as it&apos;s not really final yet?)
http://www.w3.org/TR/css3-box/#the-overflow-x</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>486248</commentid>
    <comment_count>3</comment_count>
    <who name="Allan Sandfeld">kde</who>
    <bug_when>2006-11-13 00:34:54 +0000</bug_when>
    <thetext>The only issue missing here is overflow-x and overflow-y

The code is in WebKit, but is rather annoying to port.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>486390</commentid>
    <comment_count>4</comment_count>
    <who name="Allan Sandfeld">kde</who>
    <bug_when>2006-11-13 16:15:31 +0000</bug_when>
    <thetext>SVN commit 604643 by carewolf:

Implement overflow-x/y as many websites use it now.
FEATURE: 68291


 M  +14 -0     ChangeLog  
 M  +16 -2     css/css_renderstyledeclarationimpl.cpp  
 M  +2 -0      css/cssparser.cpp  
 M  +226 -218  css/cssproperties.c  
 M  +56 -54    css/cssproperties.h  
 M  +2 -0      css/cssproperties.in  
 M  +73 -7     css/cssstyleselector.cpp  
 M  +1 -1      khtml_caret.cpp  
 M  +21 -20    khtmlview.cpp  
 M  +1 -1      rendering/bidi.cpp  
 M  +10 -14    rendering/render_block.cpp  
 M  +4 -4      rendering/render_box.cpp  
 M  +11 -17    rendering/render_layer.cpp  
 M  +0 -1      rendering/render_layer.h  
 M  +1 -1      rendering/render_object.cpp  
 M  +4 -0      rendering/render_object.h  
 M  +5 -2      rendering/render_style.cpp  
 M  +15 -8     rendering/render_style.h  
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>486393</commentid>
    <comment_count>5</comment_count>
    <who name="Martijn Klingens">klingens</who>
    <bug_when>2006-11-13 16:30:48 +0000</bug_when>
    <thetext>You rock!

Thanks!

Martijn

Most people do not really want freedom, because freedom involves 
responsibility, and most people are frightened of responsibility.
   -Sigmund Freud

On Monday 13 November 2006 16:15, you wrote:
[bugs.kde.org quoted mail]
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>