[Webkit-unassigned] [Bug 63044] [EFL] Makes themeForPage() return static RenderThemeEfl.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 21 22:20:09 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=63044





--- Comment #7 from Jaehun Lim <ljaehun.lim at samsung.com>  2011-06-21 22:20:09 PST ---
(In reply to comment #6)
> While the code could supposedly load different themes for different pages, in fact it currently only reads the edje file once. It looks like the only thing which happens when themeForPage is called with page != 0 is that the size of some form widgets is recalculated.
> 
> Does your patch work fine (in the sense that the page looks the same as it would without your patch) if you open a page with some form elements, resize your window and then load another page with form elements?

My patch works fine.
I tested like you said with two HTML(form) files.

Test scenario:
1. Open the first HTML file(including text, checkbox, radio, textarea and submit).
2. Resize window (narrower and wider) -> form elements are re-layouted.
3. Load another HTML file(including text, button, file, submit) by link click -> Looks good.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list