Edgewall Software

Opened 8 years ago

Last modified 8 years ago

#12314 closed defect

blame detail panel no longer shows up correctly — at Initial Version

Reported by: Christian Boos Owned by: Christian Boos
Priority: normal Milestone: 1.2
Component: version control/browser Version: 1.2dev
Severity: normal Keywords: javascript
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

The following snippet no longer works with the jQuery version we're now using (v1.11.3):

            // workaround non-clickable "Close" issue in Firefox
            if ($.browser.mozilla || $.browser.webkit)
              message.find("div.inlinebuttons").next().css("clear", "right");

The JavaScript console shows:

Uncaught TypeError: Cannot read property 'mozilla' of undefined  

1.0-stable still has jQuery v1.7.2, so it still works fine there.

Note that the workaround in question is probably no longer necessary.

Change History (0)

Note: See TracTickets for help on using tickets.