?
avatar ciar4n
ciar4n
8 Feb 2019

Steps to reproduce the issue

Non CE tab navigation is only partially responsive. On mid screen sizes items get compressed and push outside of their wrapper.

Possibly need a min-width and allowed to wrap on smaller screens.

Expected result

image

Actual result

image

System information (as much as possible)

Additional comments

avatar ciar4n ciar4n - open - 8 Feb 2019
avatar joomla-cms-bot joomla-cms-bot - change - 8 Feb 2019
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 8 Feb 2019
avatar ciar4n ciar4n - change - 8 Feb 2019
Title
[4.0] Non CE tabs not responsive on mid size screens
[4.0] [Mobile] Non CE tabs not responsive on mid size screens
avatar ciar4n ciar4n - edited - 8 Feb 2019
avatar hardik-codes
hardik-codes - comment - 9 Feb 2019

@ciar4n in which component should I fix this for testing purposes??

avatar hardik-codes
hardik-codes - comment - 9 Feb 2019

admin

I was able to fix the min-width issue but I'm not able to wrap it, what should I do

avatar ciar4n
ciar4n - comment - 9 Feb 2019

This stops the tabs from wrapping... https://github.com/joomla/joomla-cms/blob/4.0-dev/administrator/templates/atum/scss/vendor/bootstrap/_nav.scss#L4

Set flex-wrap: wrap; on screens you wish the tabs to wrap.

avatar hardik-codes
hardik-codes - comment - 9 Feb 2019

I already had tried setting flex-wrap: wrap; but on doing that the screen looks like this
screen1

avatar ciar4n
ciar4n - comment - 9 Feb 2019

Expected as the flex items are set to width:100% .. https://github.com/joomla/joomla-cms/blob/4.0-dev/administrator/templates/atum/scss/vendor/bootstrap/_nav.scss#L17

Remove/override the 100% width. Probably need to also unset the justify-content property of the flex container.

avatar franz-wohlkoenig franz-wohlkoenig - change - 3 Mar 2019
Status New Discussion
avatar franz-wohlkoenig franz-wohlkoenig - change - 28 Mar 2019
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2019-03-28 07:40:57
Closed_By franz-wohlkoenig
avatar joomla-cms-bot joomla-cms-bot - close - 28 Mar 2019
avatar joomla-cms-bot
joomla-cms-bot - comment - 28 Mar 2019
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 28 Mar 2019

closed as having Pull Request #23843

avatar Quy Quy - change - 19 Oct 2019
Status Closed Pending
Closed_Date 2019-03-28 07:40:57
Closed_By franz-wohlkoenig
avatar Quy Quy - reopen - 19 Oct 2019
avatar Quy Quy - change - 10 Dec 2019
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2019-12-10 04:53:50
Closed_By Quy
avatar Quy Quy - close - 10 Dec 2019
avatar Quy
Quy - comment - 10 Dec 2019

Fixed #26890


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/23819.

Add a Comment

Login with GitHub to post a comment