Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
ajax system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Sep 2011 at 18:07 UTC
Updated:
29 Jul 2014 at 19:58 UTC
Jump to comment: Most recent file
Comments
Comment #1
rfayYes, that's been a bug from day one. I studied it one time and decided it was a theme issue, but I agree it should be fixed.
Comment #2
tr commentedTry this. I've been using it successfully for about three months - it seems to solve this problem everywhere it occurs. Credit for the patch goes to Damien Tournoud.
Comment #3
magdulka commentedThanks, it works!
Comment #4
rfayOK, let's get this fixed!
Comment #5
rfayWill need a reroll after the core patch went in.
Comment #6
tr commentedRerolled for core changes.
Comment #7
pflame commentedThe patch from #6 works great, I checked with all the examples from ajax example modules. It works.
Comment #8
rfayI really appreciate TR and DamZ actually finally documenting the fix to this long, longstanding patch.
Here's a quick screencast that shows what happens so everybody can understand it. Sorry about the horrible audio, but it's just demonstrating a bug :-)
RTBC.
Comment #9
dries commentedCommitted to 7.x and 8.x. Thanks.
Comment #10
andypostsystem.base-rtl.css should be fixed too!
EDIT: It seems this patch does not tested against RTL at all. And should be rolled back.
Comment #11
andypostI think this enough
Comment #12
andypost.message is LTR
Comment #13
nagiek commentedI'm grateful for this patch! Really improves usability.
Thanks.
Comment #14
aspilicious commentedI think you can remove this as it is the same code now as in the RTL css file
Best practice to reset padding-left to 0.
18 days to next Drupal core point release.
Comment #15
TNmoxa commentedDoesn't work for check boxes
Comment #16
tr commented@TNmoxa: Can you give a specific example of a core Drupal page or a contributed module page where this doesn't work for checkboxes? "Doesn't work" isn't much help unless you can give steps for us to reproduce the error you're seeing. Likewise, are you testing this on an LTR or RTL site? The LTR patch is already committed to 7.x and 8.x, the only thing under consideration now is how the RTL patch should look.
Comment #17
nod_dup there is a newer issue to use classes for the ajax throbber, fixing this bug.
Comment #18
rfay@nod_, please don't mark something as a dup without saying what it's a duplicate of. Could you please provide that here?
Thanks!
Comment #19
nod_yeah sorry tried to find it without luck, more awake now: here it is #1847916: Replace the ajax-progress-throbber div with a class.