Last modified: 2012-12-24 10:14:01 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 T36864, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 34864 - SemanticSignup: Location for {{#signupfields:}}; Incompatibility with WikiEditor.
SemanticSignup: Location for {{#signupfields:}}; Incompatibility with WikiEdi...
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
SemanticSignup (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-03-01 18:57 UTC by Van de Bugger
Modified: 2012-12-24 10:14 UTC (History)
0 users

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


Attachments

Description Van de Bugger 2012-03-01 18:57:48 UTC
http://www.mediawiki.org/wiki/Extension:SemanticSignup#Getting_started

> Use the {{#signupfields:}} function to insert the user account input fields
> (e. g. username password and all that stuff) into this form - this is required
> for the form to be suitable for account registration.

Problem 1. 

My form:

> {{{info|create title=|edit title=}}}
> {{{for template|User}}}
> {{ #signupfields: }}
> Prompt: {{{field|...}}}
> ...
> {{{end template}}}
> {{{standard input|free text}}}

Result:

UNIQ2818111ff61f74b-nowiki-00000000-QINU UNIQ2818111ff61f74b-nowiki-00000001-QINU 

(* Signup feilds look ok. *)
Prompt: (* There is NO field at all, just prompt! *)

Problem 2.

If I move {{#signupfields:}} out of {{{for template}}}:

> {{{info|create title=|edit title=}}}
> {{{for template|User}}}
> {{ #signupfields: }}
> Prompt: {{{field|...}}}
> ...
> {{{end template}}}

The result looks almost correct, but there is no editor for free text, but there is large empty space for it, and right-bottom corner of editor is visible, so this invisible editor can be resized. 

BTW, I have WikiEditor extension enabled. If I disable WikiEditor, Problem 2 disappears, but Problem 1 is still present.

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


Navigation
Links