Changes between Initial Version and Version 1 of Ticket #9199, comment 1


Ignore:
Timestamp:
Aug 21, 2012, 9:38:42 AM (12 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9199, comment 1

    initial v1  
    11I'm guessing FileBrowser could use extra check. I’m attaching small patch.
     2
     3Instead of:
     4{{{
     5if ( element.type == 'hbox' || element.type == 'vbox' || element.type == 'fieldset' )
     6}}}
     7checking first if element is available at all:
     8{{{
     9if ( element && ( element.type == 'hbox' || element.type == 'vbox' || element.type == 'fieldset' ) )
     10}}}
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy