User tests: Successful: Unsuccessful:
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Templates (admin) |
Presuming a field with 3 appended buttons can potentially be found anywhere, should this fix be applied globally instead of just within associations?
Presuming a field with 3 appended buttons can potentially be found anywhere, should this fix be applied globally instead of just within associations?
Good question. I have not found any other occurence in core.
PR can be modified easily if desired.
Considering the XML allows multiple buttons, I think the field CSS should support them globally regardless if used elsewhere. within core
Rather than using a media query, as this is a flex object simply apply a min-width to the input. The buttons should wrap once the input field hits that width.
Rather than using a media query, as this is a flex object simply apply a min-width to the input. The buttons should wrap once the input field hits that width.
Please suggest patch. Flex is somehow a foreign concept to me. ;)
Adding something like this instead should work...
(edit to taste)
.input-group input {
min-width: 200px;
}
... buttons will wrap once the input is less than 200px
Labels |
Added:
NPM Resource Changed
?
|
@ciar4n
Done. Used 220px to normalize.
@richard67 Please test again
Labels |
Removed:
NPM Resource Changed
|
I have tested this item
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Labels |
Added:
NPM Resource Changed
|
I think in menus we might have a use of this where you can create articles in the modal. select/create/clear or something
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-11-27 20:57:25 |
Closed_By | ⇒ | wilsonge | |
Labels |
Removed:
NPM Resource Changed
|
Thanks @ciar4n and @infograf768 !
I have tested this item✅ successfully on 3da2eff
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27128.