[Webkit-unassigned] [Bug 124817] [GTK] [Stable] WebProcess crashes in www.pressure.co.uk

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 28 09:16:16 PST 2013


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





--- Comment #8 from Andres Gomez Garcia <agomez at igalia.com>  2013-11-28 09:14:41 PST ---
The executed JS crashing code seems to be this one:

<script type="text/javascript">
<!--//

function buyItem(element, type, code, formatTitle) {
    $('#order-summary').load(
        'http://www.pressure.co.uk/store/add/'+type+'/'+code+'/');
    $('#'+element).addClass('bought');
}

$('a.buy-tip').each(function() {
    $(this).qtip({
        content: $(this).attr('name')+' was added to your order<br /><a href="https://www.pressure.co.uk/store/view-order/">View order</a>',
        position: {
            at: "bottom center",
            my: "top center"
        },
        show: {
            event: 'click',
            solo: true,
            delay: 0
        },
        hide: {    
            fixed: true,
            delay: 1000,
            effect: true,
            event: "mouseleave"
        },
        style: {
            tip: {
                corner: "topMiddle",
                width: 12,
                height: 6
            },
            classes: "ui-tooltip-ps"
        }
    });
});
//-->
</script>

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