Labels |
Added:
?
|
Labels |
Added:
?
|
Status | New | ⇒ | Discussion |
@infograf768 i know you do some change ... some return ?
i can propose a pr and move order field in xml but not sure that can be a solution in responsive ... some way to link field ?
I haven't looked at the markup or CSS properly, but assume it's all in some grid at the moment.
It should ideally be like it was before, everything stacked (with the exception of groups of fields, such as the global configuration settings) and a max-width
set on the .form-control
class.
For inputs that require a bigger width (article title and alias), simply use a custom class
If I understand the css (not always something I do) then this layout is created using css grid and it is not possible with css grid to flow vertically unless you know the exact number of rows which we don't.
The only solution (that I can see) is to switch from css grid to flex which will achieve what we want easily.
Flex is not really going to work here without changing the markup. column-count would be the best option.
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-11-24 19:00:48 |
Closed_By | ⇒ | Quy |
Please test PR #27141
Status | Closed | ⇒ | Pending |
Closed_Date | 2019-11-24 19:00:48 | ⇒ | |
Closed_By | Quy | ⇒ |
Not replying here to join in to the discussion. But just to add my 2 cents and some info.
Today I tried to mock up a plugin in the latest nightly build. And playing around with the plugin edit form.
The whole column layout is bugging me a lot and also creates UX issues.
Some of the issues I ran into in the first 30 minutes of playing around.
As I said, this is not me trying to discuss these items, just handing over some info.
Also, I have already implemented some code in my first plugin conversion, so that it simply removes the "column-count-md-2 column-count-lg-3" class from the html output of the plugin edit form.
Meaning I don't really care what is done to solve the above mentioned issues. I'm gonna hack my way around issues anyway.
Thanks for the detailed feedback - full ack
#Peter googles "full ack"
Is it possible to add a class to the fieldset into the xml, and if not, how can something like this be done in Joomla?
Is it possible to add a class to the fieldset into the xml,
Currently only for a field
and if not, how can something like this be done in Joomla?
Should be a case of adding support in the custom element - joomla-tab
I don't think that it should be generally 1,2 or 3 columns. It would be better to have a wrapping class in the fieldset or not? Just like Peter reported that he needs to have control when the column wraps...
Where it wraps is definitely an issue especially when you have one or more conditional (showon) fields
I see one column in Peter's screenshots just like in Global Configurations so I don't see where wrapping is required.
I see one column in Peter's screenshots just like in Global Configurations so I don't see where wrapping is required.
I meant the before screenshot with the 3 Columns :-)
Yes but he prefers the 2nd screenshot which is the same as in Global Configurations.
Yes but he prefers the 2nd screenshot which is the same as in Global Configurations.
Yes but @regularlabs also said that:
The whole column layout is bugging me a lot and also creates UX issues.
There is no control over where it splits the fields to the next column. So fields that should stay together, might get split up.
I think we need a way to control the columns different than with just a class above it?
My advise would be:
Get rid of the column-count-md-2 column-count-lg-3
classes until you offer a way to control the splits in the columns.
A way that could be done is to have sub-field groups that would be wrapped in a div in which the elements stay together. Or something. Again, I don't really care too much. I'll implement my own work-arounds.
Personally I think the issue in this specific case is that we should not be using columns at all when the container is not 100% width
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-06-19 15:43:39 |
Closed_By | ⇒ | Quy |
Status | Closed | ⇒ | New |
Closed_Date | 2020-06-19 15:43:39 | ⇒ | |
Closed_By | Quy | ⇒ |
I'm re-opening this as a release blocker as the PR got closed
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-12-30 21:46:18 |
Closed_By | ⇒ | HLeithner |
Labels |
Removed:
?
|
fully agree - I found it very confusing when navigating with the keyboard