Closed (fixed)
Project:
Coffee
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2016 at 15:22 UTC
Updated:
9 Apr 2020 at 21:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
willzyx commented@ahmadhalah please can you expand the IS and explain what problem you notice (possible with print screens :)) and which version of drupal core and coffee are you using?
I have tested RTL languages with drupal 8.2.x + coffee dev using bartik, seven and adminimal theme without issues.
Thanks!
Comment #3
michaelmol commentedComment #4
mqannehDuplicate with issue #2407835: Coffee breaks whole page when using right to left (rtl) languages
Comment #5
mqanneh@michaelmol the same issue was with D7 of this module - #2407835: Coffee breaks whole page when using right to left (rtl) languages
with RTL pages it will make the page have a horizontal scrollbar because of this style
D7 fix was to change it from left: -100%; to top: -100%;
Comment #6
mqannehComment #7
willzyx commented@mqanneh please can you add the required info? Thanks
Comment #9
michaelmol commentedWe have the same solution in 7.x version, so I have commited these line of css.
Comment #10
rajab natshahGood :)
Testing ...
Waiting for the next Release
Comment #12
joegraduate