| Summary: | [regression] images which are loaded in a background tab are not shown | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | michaell <michaell> |
| Component: | general | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | martin, rpogomes, samuel.brack |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | imageLoading_fix.patch | ||
|
Description
michaell
2007-04-01 17:20:45 UTC
addition: It's correlated to the fix for #91240 and it affects also probably the most animations. It seems KHTMLView::showEvent(QShowEvent* e) isn't called here and thus the animation doesn't resume or gets shown. Can you still reproduce that behavior? I tried in 3.5.9 and trunk but all the images are loaded despite following those steps. Created attachment 25432 [details]
imageLoading_fix.patch
Yes, it's still broken. I guess you was just to slow when switching to another
tab before the image loading has finished. Try some bigger images.
I couldn't reproduce it with trunk also, but the "disable animations" feature
doesn't work and if it's realated, it may just look fixed, but show/hideEvent()
seems to be called now in trunk.
I use the attached patch to "fix" it. It just disables the feature.
Hm, I can't confirm this. Is this bug still present? can not reproduce with 4.6.3 |