? ? Pending

User tests: Successful: Unsuccessful:

avatar Quy
Quy
27 Oct 2019

Summary of Changes

Use container-popup to remove extra margins resulting in horizontal scrollbar. Make markup consistent with other modals.

Testing Instructions

Go to Components > Smart Search
Click Statistics button
See horizontal scrollbar
Apply PR
No horizontal scrollbar

Actual Results

statistics-popup

avatar Quy Quy - open - 27 Oct 2019
avatar Quy Quy - change - 27 Oct 2019
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 27 Oct 2019
Category Administration com_finder
avatar infograf768 infograf768 - test_item - 28 Oct 2019 - Tested successfully
avatar infograf768
infograf768 - comment - 28 Oct 2019

I have tested this item successfully on 7938fb2


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

avatar infograf768
infograf768 - comment - 28 Oct 2019

Note:

  1. we use container-popup in many places in core but this class does not exist in css.
  2. The table has no left border. It does not show much when used in the full page but it shows in such popups as background is white.
    To solve this I added a border in /administrator/templates/atum/scss/vendor/bootstrap/_table.scss
.table {
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid var(--atum-bg-light); // added

What do you think?

avatar infograf768 infograf768 - change - 28 Oct 2019
Labels Added: ?
avatar Quy
Quy - comment - 28 Oct 2019

Within the module and modal, I prefer no right and left borders.

avatar DerTebbe DerTebbe - test_item - 30 Oct 2019 - Tested successfully
avatar DerTebbe
DerTebbe - comment - 30 Oct 2019

I have tested this item successfully on fd52ada

Statistics modal without horizontal scrollbar
Tested successfully


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

avatar Quy Quy - change - 30 Oct 2019
Status Pending Ready to Commit
avatar Quy
Quy - comment - 30 Oct 2019

RTC


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

avatar Quy Quy - change - 30 Oct 2019
Labels Added: ?
avatar wilsonge wilsonge - change - 31 Oct 2019
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2019-10-31 13:40:51
Closed_By wilsonge
avatar wilsonge wilsonge - close - 31 Oct 2019
avatar wilsonge wilsonge - merge - 31 Oct 2019
avatar wilsonge
wilsonge - comment - 31 Oct 2019

Thanks!

Add a Comment

Login with GitHub to post a comment