https://bugzilla.wikimedia.org/show_bug.cgi?id=34864

       Web browser: ---
             Bug #: 34864
           Summary: SemanticSignup: Location for {{#signupfields:}};
                    Incompatibility with WikiEditor.
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: SemanticSignup
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


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.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to