admin.css bug not fixed yet
-
Hi, I just noticed I had to rehack /wp-content/plugins/lingotek-translation/css/admin.css again after last updates to repair the functionality of other plugins, see:
.ui-dialog button {
position:absolute;
right: 0;
top: 0;
float: right;
Since some of these values are not compatible I can’t guess the desired effect but commenting out position:absolute seems to fix it.
——
drawing your attention to what appears to be a CSS bug in wordpress addin:[email protected]
May 25, 2:39 AMHi, just drawing your attention to what appears to be a CSS bug in wordpress addin:
/wp-content/plugins/lingotek-translation/css/admin.csscontains the lines:
.ui-dialog button {
position:absolute;
right: 0;
top: 0;this CSS positions multiple buttons on top of each other at the position right:0 top:0 which breaks the usability various other addins which may expect to have more than one button on the same screen.
Typically, the save and cancel buttons are then drawn on top of each other so that only one can be used…..
regards,
JonathanComments
User photo Nathan Overlin
Support Center
Hey Jonathan,Thanks for the details on the WordPress issue you have ran into. I have passed this on to my Integrations team to look at.
Thanks!
Nathan Overlin
Client Success ManagerMay 25, 2016, 4:40 PM
- The topic ‘admin.css bug not fixed yet’ is closed to new replies.