Page MenuHomePhabricator

Combobox doesn't seem to be working
Closed, InvalidPublic

Description

Author: mitchell_neill

Description:
Hi.

I can't seem to get the combobox input type to work at all.

I have the the following form and template:

{{{for template|Picture Template}}}
{| class="formtable"
! Title:

{{{fieldTitle}}}
-

! Artist:

{{{fieldArtistinput type=combobox}}}
-

! Date:

{{{fieldDate}}}
-

! Location:

{{{fieldLocation}}}
}

{{{end template}}}

{| class="wikitable"
! Title

[[Title::{{{Title|}}}]]
-

! Artist

[[Artist::{{{Artist|}}}]]
-

! Date

[[Date::{{{Date|}}}]]
-

! Location

[[Location::{{{Location|}}}]]

Is this a bug?

}

Artist is a page property.

If I have input type=combobox, then the field does not auto complete and
when you click the down arrow nothing shows. If I knock out the input
type=combobox then the field auto completes correctly.

You can see this at http://scratchpad.referata.com/wiki/Form:Picture_Form

In the artist field typing "L" doesn't auto complete and nothing is returned
when you click the down arrow. Remove the input type=combobox from the
form definition and then when you type "L" into the field the
autocomplete returns Leonardo Da Vinci.

The same also happens with properties that have a number of Allows
value:: set. Comboboxes just don't seem to work at all for me.

Running SMW 1.5.2, MW 1.16, SF 2.0.

Cheers.
Neill.


Version: unspecified
Severity: critical

Details

Reference
bz25089

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:14 PM
bzimport set Reference to bz25089.

This was due to using an old version of SFI (which Referata was using as well). I just updated SFI on Referata, and now everything works fine. I'm setting this to "invalid", though it was a helpful bug report.