Opened 16 years ago
Closed 16 years ago
Enable page-zoom in mythbrowser
The browser has been redesigned for the new QtWebKit for 0.22, but is still using the old zoom functions that is based on font scaling. Unfortunately, many web-designers are obsessed with layout control which create problems with font-scaling when frames and container-objects have fixed size. Recent webkit versions support full-page-zoom which give a better result on most webpages. To enable page-zoom in mythbrowser require nothing more than a change of zoom method. Three instances of "setTextSizeMultiplier" in mythuiwebbrowser.cpp must be replaced with "setZoomFactor".
Attachments
(1)
- browserzoom.diff
(757 bytes
) - added by anonymous 16 years ago.
- Patch to enable full-page-zoom in mythbrowser
Download all attachments as:
.zip
Change History
(3)
by anonymous, 16 years ago
| Milestone: |
unknown → 0.22
|
| Status: |
new → assigned
|
| Version: |
unknown → head
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
Patch to enable full-page-zoom in mythbrowser