Skip to content

Commit

Permalink
Item11371: remove .foswikiDefaultText from the input field already pr…
Browse files Browse the repository at this point in the history
…ocessed by

textboxlist. the foswikiForm.js code being triggered by that css class gets
into the way here and mangles the user input.



git-svn-id: http://svn.foswiki.org/trunk@13470 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Dec 20, 2011
1 parent 017aa8c commit f80816d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/data/Main/GroupViewTemplate.txt
Expand Up @@ -233,7 +233,7 @@ link="<img src='%ICONURLPATH{"wrench"}%' alt='%MAKETEXT{"Upgrade group topic..."
<div class='foswikiFormSteps'>
<div class='foswikiFormStep'>
<h3>%MAKETEXT{"Add users or groups to this group"}%</h3>%JQREQUIRE{"textboxlist"}%
<input type='text' name='username' value='' size='30' class='foswikiInputField foswikiDefaultText jqTextboxList' autocomplete='%SCRIPTURL{"view"}%/%SYSTEMWEB%/JQueryAjaxHelper?section=user;skin=text;baseweb=%BASEWEB%;%IF{"defined EXCLUDE" then="exclude=%EXCLUDE%"}%' />
<input type='text' name='username' value='' size='30' class='foswikiInputField jqTextboxList' autocomplete='%SCRIPTURL{"view"}%/%SYSTEMWEB%/JQueryAjaxHelper?section=user;skin=text;baseweb=%BASEWEB%;%IF{"defined EXCLUDE" then="exclude=%EXCLUDE%"}%' />
</div>
<div class='foswikiFormStep foswikiLast'>
%BUTTON{"%MAKETEXT{"Add members"}%" icon="add" type="submit"}%
Expand Down

0 comments on commit f80816d

Please sign in to comment.