|
Bugzilla – Full Text Bug Listing |
| Summary: | xpdf doesn't work with window resize | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Takashi Iwai <tiwai> |
| Component: | X11 Applications | Assignee: | Michal Marek <mmarek> |
| Status: | RESOLVED FIXED | QA Contact: | Stefan Dirsch <sndirsch> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | mmarek |
| Version: | Beta 6 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
xpdf normally displaying with fit-width
xpdf window is expanded, but the view area doesn't change zoomed; the view area still unchanged... ... and you can even simulate a heavy drunker Fix resize problem xpdf-3.01-resize.patch |
||
|
Description
Takashi Iwai
2006-03-07 14:34:40 UTC
Takashi, please attach a screenshot for a better visual impression of the problem. Created attachment 71576 [details]
xpdf normally displaying with fit-width
Created attachment 71577 [details]
xpdf window is expanded, but the view area doesn't change
Created attachment 71578 [details]
zoomed; the view area still unchanged...
Created attachment 71579 [details]
... and you can even simulate a heavy drunker
This seems because of the check of ConfigureNotify event in XPDFCore.cc::update(). Removing this check solves the problem although this will keep redrawing during resize as an obvious side effect. Created attachment 71619 [details]
Fix resize problem
Created attachment 71752 [details]
xpdf-3.01-resize.patch
What about this one? It still does throw away some events, and hopefully
doesn't miss the important ones.
Do you have a mbuilt package to test your patch? Not yet. chip-mmarek-426 Seems working fine. Thanks. OK, submitting. |