J4 Issue ? Success

User tests: Successful: Unsuccessful:

avatar hardik-codes
hardik-codes
28 Jan 2019

Pull Request for Issue #23451

Summary of Changes

Changes in file administrator/language/en-GB/en-GB.ini and media/vendor/choicesjs/css/choices.min.css

Testing Instructions

Open existing or create new module.
Resize (desktop) screen to about half width but so that position list is still to the right of the editor, not below.
Click the Position drop-down menu to view list of module positions

Expected result (Now)

screenshot from 2019-01-29 00-28-44

Actual result (Earlier)

screenshot from 2019-01-29 00-40-07

Documentation Changes Required

None

avatar hardik-codes hardik-codes - open - 28 Jan 2019
avatar hardik-codes hardik-codes - change - 28 Jan 2019
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 28 Jan 2019
Category Administration Language & Strings
avatar brianteeman
brianteeman - comment - 28 Jan 2019

This is not a correct fix

avatar brianteeman
brianteeman - comment - 28 Jan 2019

I have tested this item ? unsuccessfully on e019d60


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

avatar brianteeman brianteeman - test_item - 28 Jan 2019 - Tested unsuccessfully
avatar hardik-codes
hardik-codes - comment - 28 Jan 2019

@brianteeman Please suggest me the changes.

avatar brianteeman
brianteeman - comment - 28 Jan 2019

Removing necessary text is not a solution. You need to find a solution that doesnt remove the text. The change should probably require a media query so you are only applying it at the screen sizes that are impacted and not on all screen sizes

avatar hardik-codes hardik-codes - change - 5 Feb 2019
Labels Added: ? ?
avatar joomla-cms-bot joomla-cms-bot - change - 5 Feb 2019
Category Administration Language & Strings
avatar hardik-codes hardik-codes - change - 5 Feb 2019
Labels Removed: ?
avatar hardik-codes
hardik-codes - comment - 5 Feb 2019

@brianteeman please review the changes.

avatar brianteeman
brianteeman - comment - 5 Feb 2019

@hardik-codes Not sure where to start. You are trying to commit a file that doesnt exist in the repository. Thats because it is a VENDOR file which is not committed to the repo but generated by our build tools. And its pretty much a golden rule that you never edit a vendor file

avatar hardik-codes
hardik-codes - comment - 6 Feb 2019

@brianteeman sorry I didn't know about that. Then what could possibly be the other way round to implement those changes ?

avatar brianteeman
brianteeman - comment - 6 Feb 2019

If I read your css change correctly it is doing what I said shouldnt be done

Removing necessary text is not a solution. You need to find a solution that doesnt remove the text.

avatar hardik-codes
hardik-codes - comment - 6 Feb 2019

@brianteeman I haven't removed the necessary text in the latest commits. All I have done is added media queries to achieve the desired effect

avatar brianteeman
brianteeman - comment - 6 Feb 2019

Maybe I misread your code but doesnt this code remove the text "Press to select" ?

@media (min-width: 768px) and (max-width: 1024px)  {
  .choices__list--dropdown .choices__item--selectable:after {
    content: none;
  }
}
avatar hardik-codes
hardik-codes - comment - 6 Feb 2019

@brianteeman Yeah it does so. What I thought (as per your above guideline) was that "Press to select" was to be removed for only some screen sizes and not all as for only some screen sizes the result was like this
pressselect

avatar hardik-codes
hardik-codes - comment - 14 Mar 2019

@brianteeman please suggest me the changes to improve this PR

avatar franz-wohlkoenig franz-wohlkoenig - change - 28 Mar 2019
Category com_modules
avatar franz-wohlkoenig franz-wohlkoenig - change - 19 Apr 2019
Title
[4.0] - Fixed module position names on medium-width screens
[4.0] Fixed module position names on medium-width screens
avatar franz-wohlkoenig franz-wohlkoenig - edited - 19 Apr 2019
avatar joomla-cms-bot joomla-cms-bot - change - 19 Apr 2019
Category com_modules
avatar Quy Quy - close - 5 Jul 2019
avatar Quy Quy - change - 5 Jul 2019
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2019-07-05 15:48:48
Closed_By Quy
avatar Quy
Quy - comment - 5 Jul 2019

Closing since this is not a proper fix as vendor files should not be modified.


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

Add a Comment

Login with GitHub to post a comment