Bug 84283

Summary: html scrolls when increasing font size
Product: [Applications] konqueror Reporter: Art Bugorski <captainpinko>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Art Bugorski 2004-06-30 22:43:28 UTC
Version:            (using KDE KDE 3.2.1)
Installed from:    SuSE RPMs
OS:                Linux

when increasing font size on any page (for example news.google.ca) with ctrl++  or ctrll+mouse_wheel_up when the font increases the pagescrolls up. I assume that the position of the scroll bar is stored as an integer and whenthe font size changes and the max integer increase the old integer is still used. since the font is bigger this is probably why it appears to go up. If so this could be fixed by upon receiving or ctrl++ or ctrl+- in storing the ratio of current-position/max position ina float and then after the new font sized page has been displayed multiply the fraction times the new max position. This is especially annoying when I'm reading a long page and my eyes get tired so I increase the font size only to lose my place.
Comment 1 Maksim Orlovich 2004-06-30 22:45:20 UTC

*** This bug has been marked as a duplicate of 40277 ***