Fix for error page text break due to word break style being break all
authorpraveen.ks <praveen.ks@samsung.com>
Sat, 27 Apr 2013 02:13:48 +0000 (11:13 +0900)
committerpraveen.ks <praveen.ks@samsung.com>
Sat, 4 May 2013 07:40:08 +0000 (16:40 +0900)
commit8ad572ea22faee23afe82f7d33b97fefe3838ba7
tree6fb0fb5e5658e5ee61363225c0735d52ad87b117
parentcd37a270cc86145ba4044b2c994e31f654521087
Fix for error page text break due to word break style being break all

[Title] Fix for error page text break
[Issue#] P130425-7080
[Problem] Error page text after "Web page not available" breaks at any character
[Cause] It is due to <p> before error text tag having style attribute set to word-break:break-all
[Solution] Remmove style attribute from <p> tag and apply it to the <a> tag for link present in error text
[Developer] Praveen (praveen.ks@samsung.com)
Source/WebKit2/UIProcess/API/efl/ewk_error.cpp
Source/WebKit2/UIProcess/efl/htmlfiles/errorPage.html [changed mode: 0644->0755]