Correcting Isis dropdown z-index (see #7608)#7609
Conversation
|
not sure, maybe I missed something, also I see that |
|
UPD ok, yes, it seems fixed: |
|
My test is on 3.4.4 dev |
|
Looks like the test has to be done on a multilang site. Therefore my PR solves the issue here and has no bad effect in monolanguage |
|
hm, very strange, maybe I realy something missed |
|
ok, I understand 😄 |
|
One more tester! |
|
I can reproduce the issue when enable module "Language status", .navbar-fixed-bottom {
z-index: 1050;
}maybe we can just remove it there? |
|
that does not looks very usefull 😉 https://github.com/joomla/joomla-cms/blob/staging/administrator/modules/mod_multilangstatus/tmpl/default.php#L15 |
|
We need to keep the z-index 1050 in div modal as it is a bootstrap css BTW, I took off the line here: https://github.com/joomla/joomla-cms/blob/staging/administrator/modules/mod_multilangstatus/tmpl/default.php#L15 and it does not work: as the issue remains, It is easier imho to just increase the z-index as proposed in this PR. |
|
ok, I just thought we can make "all in one place", for avoid confusing in future 😄 Current patch still good, anyway 😉 |
|
My mistake... changed code on another test site. The issue is different if we take off that line in the multilangstatus module: it displays the modal all greyed |
|
Works ok here |
|
@Fedik the problem was that multilingual status modules is by default assigned to the bottom bar and the z-index made it unusable since the modal will remained hidden…. I didn’t realize at that time that this will backfire for chosen lists |
|
@infograf768 @Fedik shall we move multilane status from the bottom bar to cpanel? Will solve some inconsistencies, that still exist (e.g. reducing the browser width makes the modal go away) |
|
@DGT41 for me it is fine where it is now 😉 |
|
Moving the multilanguagestatus module to CPanel was considered and rejected when we implemented this feature as ot may be needed at any time when working on multilang (setting languagefilter plugin, setting switcher module(s), setting content languages, setting Home menu items). 2 good tests: Please RTC for 3.4.4 |
|
@infograf768 ahh ok, I didn’t know that |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/7609. |
|
Thank you, @infograf768! |
Correcting Isis dropdown z-index (see #7608)


As title says. See testing procedure in #7608
Before patch:

After patch:
