Bug 77311
Summary: | [EFL] Image isn't rendered properly for the reloading. | ||
---|---|---|---|
Product: | WebKit | Reporter: | KwangHyuk <hyuki.kim> |
Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | gyuyoung.kim, lucas.de.marchi, ryuan.choi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
KwangHyuk
This is the reproduce step.
- Go to www.daum.net
- Wait for end of page loading.
- Press F5 in order to reload this page.
- Some images are not rendered properly.
Would anybody check this issue ?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryuan Choi
(In reply to comment #0)
> This is the reproduce step.
> - Go to www.daum.net
> - Wait for end of page loading.
> - Press F5 in order to reload this page.
> - Some images are not rendered properly.
>
> Would anybody check this issue ?
Simply I checked and found a clue.
If you changed ewk_view_reload instead of ewk_view_reload_full, it will be fine.
But EWeblauncher is using ewk_view_reload now.
I'll check whether it is related to page cache support.
(As you know, WebKit/Efl doesn't support page cache yet. - Bug 63013 )
KwangHyuk
(In reply to comment #1)
> (In reply to comment #0)
> > This is the reproduce step.
> > - Go to www.daum.net
> > - Wait for end of page loading.
> > - Press F5 in order to reload this page.
> > - Some images are not rendered properly.
> >
> > Would anybody check this issue ?
>
> Simply I checked and found a clue.
>
> If you changed ewk_view_reload instead of ewk_view_reload_full, it will be fine.
> But EWeblauncher is using ewk_view_reload now.
>
> I'll check whether it is related to page cache support.
> (As you know, WebKit/Efl doesn't support page cache yet. - Bug 63013 )
Nice to hear of this.
KwangHyuk
I couldn't see this issue after the libsoup upgrade. It's interesting.:(
KwangHyuk
For efl committers, Let me close this if nobody hasn't met the same issue again. :)
KwangHyuk
I couldn't see the same issue ever again.