-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[4.0] Text overlapping in image info #23902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Nitish Bahl <[email protected]>
|
@infograf768 @dgrammatiko @Quy @C-Lodder Kindly provide feedback regarding the design changes |
|
all seems fine to me |
|
@infograf768 @Quy Kindly test this |
|
(Would need bootstrap override specific to RTL) In my patch for RTL I have used ul/li and no flex to solve all issues, including in LTR. Mobile I have not proposed this patch yet as it waits for other PRs to be merged, specially |
|
Ok, I will close it then
…On Thu 21 Feb, 2019, 2:04 PM infograf768 ***@***.*** wrote:
This does not solve RTL.
[image: screen shot 2019-02-21 at 08 59 16]
<https://user-images.githubusercontent.com/869724/53152871-0626bc80-35b7-11e9-8ba5-0b9d5f1d4236.png>
(Would need bootstrap override specific to RTL)
In my patch for RTL I have used ul/li and no flex to solve all issues,
including in LTR.
RTL
[image: screen shot 2019-02-21 at 09 18 16]
<https://user-images.githubusercontent.com/869724/53153934-cf9e7100-35b9-11e9-9fc4-1853a081015c.png>
LTR
[image: screen shot 2019-02-21 at 09 18 48]
<https://user-images.githubusercontent.com/869724/53153967-e04ee700-35b9-11e9-8aa4-2b2091f06099.png>
Mobile
As you can see, I have also modified css to get more space for the name of
the file in mobile vue
[image: screen shot 2019-02-21 at 09 25 36]
<https://user-images.githubusercontent.com/869724/53154275-b5b15e00-35ba-11e9-87c7-a5c03fadb066.png>
I have not proposed this patch yet as it waits for other PRs to be merged,
specially
#23950 <#23950>
and
#23756 <#23756>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23902 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AibEyszO0DnZsKtlcqUYOAetex0sefOJks5vPln4gaJpZM4a7cT4>
.
|
|
@infograf768 |
I do prefer Look here the non-minified css file obtained after my patch. At the bottom of the file are all the RTL overrides, including for infovue. |
|
OK, I am told that it is better to use |
|
I have tested this item ✅ successfully on 7cbfa13 One more tester please. This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23902. |
|
@C-Lodder |
|
For me doesn't work :( This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23902. |
|
@Razzo1987 |
|
Sotty, I didn't. I understand now I miss this step on my tests. Now I'm redone it This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23902. |
|
Merged on JM's request. Thanks! |





Pull Request for Issue - When viewing information about an image the text overlaps when toggle menu is open both in PC as well as mobile devices.


Mobile
PC
Summary of Changes
Removed flex property which solves the issue both in PC and Mobile irrespective of whether toggle menu is open or closed


Mobile-
PC-
Testing Instructions
Components->media->select an image->info
Documentation Changes Required
No