Summary: | khtml renders <object>s too small. Should use intrinsic size. Testcase included. | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Marc Mutz <mutz> |
Component: | khtml forms | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | andreas.hochsteger, koos.vriezen, maksim, michael, rl.koelewijn |
Priority: | NOR | ||
Version: | 4.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Marc Mutz
2001-10-19 11:46:00 UTC
Version: 4.0 (using KDE 3.0.1 ) Installed from: SuSE Compiler: gcc version 2.95.3 20010315 (SuSE) OS: Linux (i686) release 2.4.18-4GB OS/Compiler notes: This has not been fixed although it exists quite a while. That's a shame because the <object> tag has a lot of potential. You can for example include ogg files in webpages as here: http://www.fenk.wau.nl/~oever/veenendaal/test.html Unfortunately although the file on mentioned page begins playing the object is too small so not all buttons are visible. Of course this is also a bit of a bug of the control but it does demonstrate that object sizing needs more attention. (Submitted via bugs.kde.org) (Called from KBugReport dialog) I am using KDE 3.1.92 (from CVS packages) and this bug is still there. *** Bug 61286 has been marked as a duplicate of this bug. *** *** Bug 46537 has been marked as a duplicate of this bug. *** <head> </head> <body> <object type="image/png" data="http://www.w3.org/Icons/valid-xhtml10"> Valid XHTML 1.0 Strict.</object> <object type="image/gif" data="http://jigsaw.w3.org/css-validator/images/vcss.gif"> Valid CSS.</object> </body></html> I use Konqueror 3.2.2 and this bug is still there ! *** Bug 35232 has been marked as a duplicate of this bug. *** Seems to work now, at least for the images? images look 100% good in 3.4.2 SUSE latest kde updates (22-09-2005). Mark as resolved? Images are only part of the problem:
> Equally using <object width=100% type="text/html"> should render the
> referenced html file at the width of the object element and make the object
> element as long as it needs to be to show the full content.
Does this work, too?
works fine |