Move com_menus modals to Bootstrap#4661
Move com_menus modals to Bootstrap#4661dgrammatiko wants to merge 4 commits intojoomla:stagingfrom dgrammatiko:admin_menu_module_modals_2
Conversation
|
i follow at this step... |
|
I have the same trouble that trangredweb, When I choose module like "breadcrumbs" in module assigment, popup don't show right module, and when I close this modal and choose another module go back (closing modal and select details tab). |
|
I have tested this patch, fasing same issue mentioned by trangredweb & jcata .
|
|
|
|
@LLNet @mrunalpittalia @jcata @trangredweb I fixed the rendering the wrong module problem, can you test again? Mind you that the styling might be off here because, this PR is part of all the others with the modals, but this one NOW will use the standard css, which of course will be too narrow. you can copy/paste the template.css from here https://github.com/joomla/joomla-cms/pull/4561/files |
|
@test successfully Step1 :- Access Comoponent menus like in url (?option=com_menus&view=menus). So test Successful and i cant find any bugs related to bootstreps... |
|
@test successfully, BUT, Step1 :- Access Comoponent menus like in url (?option=com_menus&view=menus). Notice: Undefined property: MenusViewMenus::$id in /home/pwork02/9_Testing/j3/administrator/components/com_menus/views/menus/tmpl/default.php on line 32 Generates this Javascript function "function jSelectPosition_(name) {", note that the ID is missing
|
|
@anibalsanchez That code was already there. I’ll see what I can do |
|
@test Works successfully with new pull, tested successfully. |
|
@test sucessfully works with bootstrap without any issue.. |
|
@anibalsanchez no notice anymore! |
|
Moving to RTC as we have more than 2 successful tests Note: counted successful test after new patch from dgt41 |
|
@Bakual Did I just kill travis? |
|
Relaunched it. Let's see. |
|
Travis kills itself nowadays 😄 |
|
tested: I get as a |
|
Also, I can't access to the Note field at bottom right of the modal, except if I enlarge drastically the window height |
|
Also |
|
@infograf768 Now everything should be fine |
|
@infograf768 All the iframes heights should be 600px, is that way too big? maybe some browser caching… |
|
As strange as it may seems, applying this patch (with com_patchtester to J! 3.3.6) has side effects on the administrator login page: the background attributes for the .view_login CSS class are lost! |
|
@smanzi But we don’t touch at all the login view and the additional css only affect the modals. Maybe a glitch in com_patchtester? |
|
Yeah... strange... in my template.css, after applying this PR I have (at line 6991): |
|
This is updated so some tests to make this happen will be really appreciated! 😃 |
|
Testing "Menu Item Type" Select button in menu item edition: Object[] |
|
@anibalsanchez can’t reproduce it here. Can you clear browser’s cache and retry? |
|
when i check this patch 4661, i have follow error. menu manager -> search field: when i write a menu name without result. then get i this error This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4661. |
|
@knoby2015 without this patch the search was working ok? |
|
@knoby2015 @anibalsanchez I think now everything is fine, can you retest? |
|
@anibalsanchez tx it´s running well This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4661. |
|
@test ok in a fresh installation |
|
@losedk Can I ask for a test here, so we move this to rtc? |
|
@test all good! |
|
The last chages are successful tested. Moving here to RTC. Thanks! This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4661. |
|
@zero-24 can you RTC this? |
|
@DGT41 it is RTC on issues.joomla.org: http://issues.joomla.org/tracker/joomla-cms/4661 ;) This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/4661. |
|
@zero-24 Oops my bad! |
There was a problem hiding this comment.
Just had a little glitch when creating a new menu item.
Adding `disabled="disabled"`` prevents that field from being validated on client side so that it will be possible to submit a new menu item without specifying a menu item type.
There was a problem hiding this comment.
Confirmed! Removing this everything goes back to normal! I am pretty sure that this did pass the empty form tests few weeks ago 😕
|
I had another problem with the code changes of this pull request here. If you try to add a new menu item of type Single article for instance, then change to the tab Module Assignment to open a module for editing, close it again and change to the tab Details back again you will miss the Select button for the field Select article. |
|
@Erftralle Thank you so much for finding those bugs, everything should be fine with #6804. I will appreciate if you can test that PR |













This is a repost of #4562 which was ruined in the rebase...
Move modals from mootools to Bootstrap
This is the last (I hope) PR to get all back end using bootstrap modals. The rest are: #4513 #4514 #4561.
Testing:
Apply patch and follow the images below to see where you should focus:
administrator/index.php?option=com_menus&view=menus

administrator/index.php?option=com_menus&view=item&layout=edit&id=101


———————