User tests: Successful: Unsuccessful:
Please make sure that combo field still work
See Combo form field type on Joomla!
the combo filed can be overwritten using a layout
No usage of a layout
None
Status | New | ⇒ | Pending |
Category | ⇒ | Layout Libraries |
Labels |
Added:
?
|
I can confirm that it sill works as bevore. But it looks like that combo field is broken before and after the patch. Maybe @ciar4n can take a look here if it is realted to the isis restyle.
I have just used the sample code prodvided here: https://docs.joomla.org/Combo_form_field_type
<field name="myeditbox" type="combo" label="MyEditBox" description="myeditbox_Desc" size="7">
<option value="1">Option 1</option>
<option value="2">Option 2</option>
</field>
And added it here: https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_content/config.xml#L18
I can only really help with CSS. This appears to be more of a JS issue. The dropdown here is been positioned by JS added inline. Only on some views it appears to be positioning relevant to the toggle button rather than the input field. Testing this in a module XML and it appears to work fine
I have tested this item
It works like before and the issue i mention above is a different one. Thanks @degobbis
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC after two successful tests.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-07-31 11:47:18 |
Closed_By | ⇒ | mbabker | |
Labels |
Added:
?
|
@degobbis i have just fixed some things spaces to tabs and the usage of deploy version ;)