SearchInput UseHeading dont active

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
9/3/2010 5:34:30 AM
Gravatar
Total Posts 108
Community Expert

SearchInput UseHeading dont active

Hi, this is the default style for the heading in the search Input control, 

<h2 id="heading" runat="server" style="position: absolute; left:-2000px; text-indent: -999em;"><asp:Label ID="lblSearchHeading" runat="server" AssociatedControlID="txtSearch" /></h2>

if the useHeading is change for true, the code behind for the SearchInput control show  heading.Visible = useHeading; changing to true but this not affect the style for the heading so it's never visible.

9/3/2010 7:02:50 AM
Gravatar
Total Posts 18439

Re: SearchInput UseHeading dont active

Hi,

That was designed to provide the heading only to make more semantic markup but it is hidden off screen because it wasn't really intended to display a heading. You could set useHeading to false and add your own markup for heading in layout.master if you really want it to show.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.