Summary: | [test case] Implement CSS3/IE extension overflow-x and overflow-y | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Martijn Klingens <klingens> |
Component: | khtml renderer | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | kde |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Martijn Klingens
2003-11-15 19:27:42 UTC
This testcase has been offline since I reinstalled my server, but it'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't work for scrolling the overflown div. overflow-x / overflow-y are part of css3 which seems not to be implemented yet (as it's not really final yet?) http://www.w3.org/TR/css3-box/#the-overflow-x The only issue missing here is overflow-x and overflow-y The code is in WebKit, but is rather annoying to port. 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 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] |