Summary: | implement resizing as REAL page scaling ('vector zoom') | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Marcel Partap <mpartap> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Marcel Partap
2005-02-25 23:57:30 UTC
Opera does it already, so it wouldn't be such an unique feature. It would be nice, though. I've just tried in on Opera, an I LOVE it. It makes it possible to view/read all those obnoxious sites with hardcoded small fontsizes on highresolution screens (ie 1600x1200 and above) without breaking the layout. Just had an idea how to implement this feature: KHTML could have two modes: relayout and locklayout. So normally (like now) it is in relayout mode, means if you change window or font size, the site is rerendered according to available space. When pressing the 'lock layout' button, font size and everything else is locked, and you can then zoom the site just like in KPDF: smooth (CTRL+)Wheel scrolling. Images and everything else is scaled the same amount, and it should crash on embedded content.. ehh... cleverly scale that aswell somehow (overlayscalemagic)?! BTW, that PDF zooming is some cool sh1at.. ! comments, please. Bug 42029 is a duplicate of this? Btw, it would be a really cool reature I meant feature of couse, but isn't there a way to edit our comments? *** This bug has been marked as a duplicate of 42029 *** NO, this is NOT the same as #42029. It is about sooming into the rendered view of a website smoothly (=> like KPDF middle button zooming). Scaling the images with font resize is a different matter. Sorry, it is the same thing. In order to do the zooming the way you want, we would have unit-resizing, which in turn would make images resize as well. *** This bug has been marked as a duplicate of 42029 *** Mhh.. but does unit-resizing keep the exact same layout? I mean in Opera, fonts and images resize and are fit to the view width, which is not what I mean. I mean actual zooming in! Yes, the idea is that it would keep the same layout, otherwise it wouldn't be "zooming". I don't see the point in increasing fonts and images, but not frames, so my understanding is that bug 42029 is what you're asking. Also, zooming isn't just increasing font sizes because CSS rules can make fonts have fixed sizes, and we want to scale even those. |