Changes between Initial Version and Version 1 of Ticket #26745, comment 9
- Timestamp:
- 02/10/2014 10:01:23 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26745, comment 9
initial v1 1 1 So, the plugin removes toolbar in the admin. We don't support that: #19685, #19766. 2 2 3 However it uncovered a legitimate issue in our thickbox positioning code introduced in [26323].3 However, it uncovered a legitimate issue in our thickbox positioning code introduced in [26323]. 4 4 5 5 We 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.