Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #26745, comment 9


Ignore:
Timestamp:
02/10/2014 10:01:23 AM (11 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26745, comment 9

    initial v1  
    11So, the plugin removes toolbar in the admin. We don't support that: #19685, #19766.
    22
    3 However it uncovered a legitimate issue in our thickbox positioning code introduced in [26323].
     3However, it uncovered a legitimate issue in our thickbox positioning code introduced in [26323].
    44
    55We use `$('body.admin-bar').length` to detect toolbar presence, and `jQuery('#wpadminbar').css('height')` to get its height, so `adminbar_height` ends up being NaN if `#wpadminbar` is not present.