Duplicate search button text saying 'Submit Query' - IE only - Joomla! Forum - community, help and support
i'm having problems search button, in internet explorer.
i have usual search function , default settings, search box button right saying 'search'. ok in chrome , ff, in ie, get:

the text underneath says 'submit query', can't rid of , can't find text coming - doesn't appear in template's language file. none of search module settings rid of it.
i have no idea whether joomla issue or whether it's caused artisteer.
has else found this? bug? there workaround?
thanks!
joomla 2.5.8
template created artisteer 4
i have usual search function , default settings, search box button right saying 'search'. ok in chrome , ff, in ie, get:

the text underneath says 'submit query', can't rid of , can't find text coming - doesn't appear in template's language file. none of search module settings rid of it.
i have no idea whether joomla issue or whether it's caused artisteer.
has else found this? bug? there workaround?
thanks!
joomla 2.5.8
template created artisteer 4
the problem seems arise form submit:
the 'value' field blank , looks ie adds in 'submit query' when other browsers not.
the solution can see assign value value , null string seems work in ie:
saving index.htm page locally, making change , opening in ie works , gets rid of 'submit query' text, page doesn't render in chrome or ff reason. anyway proof change joomla code put null value in value parameter. i'm not familiar joomla code - know coded?
code: select all
<input type="submit" value class="art-search-button">the 'value' field blank , looks ie adds in 'submit query' when other browsers not.
the solution can see assign value value , null string seems work in ie:
code: select all
<input type="submit" value="" class="art-search-button">saving index.htm page locally, making change , opening in ie works , gets rid of 'submit query' text, page doesn't render in chrome or ff reason. anyway proof change joomla code put null value in value parameter. i'm not familiar joomla code - know coded?
Comments
Post a Comment