Changes between Initial Version and Version 1 of Ticket #11971, comment 2


Ignore:
Timestamp:
Sep 12, 2014, 7:48:02 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11971, comment 2

    initial v1  
    22
    33The versions I'm using are:
    4 
     4{{{
    55Ubuntu 14.04
    66Firefox 32.0
     
    88Trac 1.0.1
    99Agilo 1.3.13
     10}}}
    1011
    1112In Javascript console on Firefox, I see:
    12 
     13{{{
    1314The method getPreventDefault() should no longer be used. Instead, use defaultPrevented.
    1415TypeError: $(...).attr(...) is undefined
     16}}}
    1517
    1618In Javascript console on Chrome, I see:
    17 
     19{{{
    1820Uncaught TypeError: Cannot read property 'substring' of undefined
    1921Uncaught TypeError: Cannot read property 'substring' of undefined backlogView.js:82(anonymous function) backlogView.js:82(anonymous function) jquery.js:2e.extend.map jquery.js:2e.fn.e.map jquery.js:2$.extend.orderOfTickets backlogView.js:81$.extend.positionsDidChange backlogView.js:76(anonymous function) backlogView.js:60jQuery.ui.c.widget._trigger jquery-ui-1.7.2.custom.min.js:10a.widget.a.extend._trigger jquery-ui-1.7.2.custom.min.js:71a.widget.a.extend._clear jquery-ui-1.7.2.custom.min.js:71a.widget.a.extend._mouseStop jquery-ui-1.7.2.custom.min.js:71jQuery.ui.c.ui.mouse._mouseUp jquery-ui-1.7.2.custom.min.js:10_mouseUpDelegate jquery-ui-1.7.2.custom.min.js:10f.event.dispatch jquery.js:3h.handle.i
     22}}}
    2023
    2124Thanks for reply!