Actions
Bug #3067
closedAdmin tabs don't display correctly in Webkit browsers
Start date:
09/03/2011
Due date:
% Done:
0%
Estimated time:
Complexity:
Normal
Description
The admin tabs don't display correctly in Webkit browsers (such as Safari and Chrome). This is due to the facts that those browsers don't wait the images to be loaded before doing the script common/libraries/plugin/jquery/jquery.ui.tabs.paging.js
, so the tabs' width is not correct.
A workaround is to put the image in the background using CSS with suitable paddings. The attached patch contains an implementation of this solution.
Files
Updated by Hans De Bisschop over 12 years ago
- Project changed from Chamilo LCMS Connect to Admin
- Category deleted (
5)
Updated by Stefaan Vanbillemont about 12 years ago
- Target version changed from 2.1.0 to Backlog (default)
Updated by Stefaan Vanbillemont about 12 years ago
- Target version changed from Backlog (default) to 2.1.0
Updated by Stefaan Vanbillemont about 12 years ago
- Status changed from New to Bug resolved
- Assignee set to Stefaan Vanbillemont
Tested with Safari & Chrome .. no longer a problem anymore.
Actions