[Webkit-unassigned] [Bug 122097] ASSERTION FAILED: !style->propertyIsImportant(propertyID) in WebCore::setTextDecorationProperty

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 14 06:40:00 PDT 2013


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


Santosh Mahto <santosh.ma at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |santosh.ma at samsung.com




--- Comment #3 from Santosh Mahto <santosh.ma at samsung.com>  2013-10-14 06:38:46 PST ---
There is two bug in the crash.

1. Actual assert is probably useless. on remove-format command we need to remove the property even if it is declared as !important.

2. second pushing down style on iframe element. it is done in same way as for other inline element. adding styled node around inline element.But this triggers looping in onload event call, as new node are inserted in iframe which again triggers loadframe and again onload eventhandler are called.

So pushing down style on iframe element should be done by adding style attribute to iframe element.

I uploaded the patch which solves the crash,
Please review....

-- 
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