? ? Success

User tests: Successful: Unsuccessful:

avatar degobbis
degobbis
27 May 2017

Summary of Changes

Please make sure that combo field still work

Usage

See Combo form field type on Joomla!

Expected result

the combo filed can be overwritten using a layout

Actual result

No usage of a layout

Documentation Changes Required

None

avatar degobbis degobbis - open - 27 May 2017
avatar degobbis degobbis - change - 27 May 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 27 May 2017
Category Layout Libraries
avatar degobbis degobbis - change - 27 May 2017
Labels Added: ?
avatar zero-24
zero-24 - comment - 27 May 2017

@degobbis i have just fixed some things spaces to tabs and the usage of deploy version ;)

avatar degobbis
degobbis - comment - 27 May 2017

@zero-24 thx

avatar degobbis
degobbis - comment - 28 Jul 2017
avatar zero-24
zero-24 - comment - 29 Jul 2017

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.

image

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

avatar ciar4n
ciar4n - comment - 30 Jul 2017

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 ?

avatar zero-24 zero-24 - test_item - 30 Jul 2017 - Tested successfully
avatar zero-24
zero-24 - comment - 30 Jul 2017

I have tested this item successfully on 16c3dd1

It works like before and the issue i mention above is a different one. Thanks @degobbis


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

avatar laoneo laoneo - test_item - 31 Jul 2017 - Tested successfully
avatar laoneo
laoneo - comment - 31 Jul 2017

I have tested this item successfully on 16c3dd1


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

avatar franz-wohlkoenig franz-wohlkoenig - change - 31 Jul 2017
The description was changed
Status Pending Ready to Commit
avatar joomla-cms-bot joomla-cms-bot - edited - 31 Jul 2017
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 31 Jul 2017

RTC after two successful tests.

avatar mbabker mbabker - change - 31 Jul 2017
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: ?
avatar mbabker mbabker - close - 31 Jul 2017
avatar mbabker mbabker - merge - 31 Jul 2017

Add a Comment

Login with GitHub to post a comment