Last modified: 2010-09-12 04:51:39 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T27089, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 25089 - Combobox doesn't seem to be working
Combobox doesn't seem to be working
Status: RESOLVED INVALID
Product: MediaWiki extensions
Classification: Unclassified
SemanticForms (Other open bugs)
unspecified
All All
: Normal critical (vote)
: ---
Assigned To: Yaron Koren
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-09-07 14:38 UTC by Neill Mitchell
Modified: 2010-09-12 04:51 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Neill Mitchell 2010-09-07 14:38:17 UTC
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:
| {{{field|Title}}}
|-
! Artist:
| {{{field|Artist|input type=combobox}}}
|-
! Date:
| {{{field|Date}}}
|-
! Location:
| {{{field|Location}}}
|}
{{{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.
Comment 1 Yaron Koren 2010-09-12 04:51:39 UTC
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.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links