https://bugzilla.wikimedia.org/show_bug.cgi?id=54322

Krinkle <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Unprioritized               |High
             Status|UNCONFIRMED                 |ASSIGNED
           Keywords|                            |code-update-regression
                 CC|                            |[email protected]
          Component|MediaWiki integration       |Editing Tools
           Hardware|PC                          |All
           Assignee|[email protected]       |[email protected]
     Ever confirmed|0                           |1
            Summary|Can't add page categories   |[Regression] VisualEditor:
                   |(Firefox 24.0)              |Page settings dialog broken
                   |                            |in Firefox
                 OS|Windows 7                   |All

--- Comment #1 from Krinkle <[email protected]> ---
I can confirm. When trying to open the Page settings dialog, an exception is
thrown for "style is null":

ve.Element.js, line:
         top = parseFloat( loc ? style.borderTopWidth : $el.css(
'borderTopWidth' ) ) || 0,

Context:
ve.Element.getBorders = function ( el ) {
    var doc = el.ownerDocument,
        win = doc.parentWindow || doc.defaultView,
        style = win && win.getComputedStyle ?
            win.getComputedStyle( el, null ) : el.currentStyle,
        loc = win && win.getComputedStyle ? true : false,
        $el = $( el ),
        top = parseFloat( loc ? style.borderTopWidth : $el.css(
'borderTopWidth' ) ) || 0,

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to