class="txterror" property is missing for CheckBox List item under Survey

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.
11/4/2014 3:19:26 AM
Gravatar
Total Posts 1

class="txterror" property is missing for CheckBox List item under Survey

Although it is trivial bug, but I hope it will be fix at next release.

OS: Microsoft Windows Server 2008 R2

DB: Microsoft SQL Server 2012 

mojoPotal: 2.4.0.2(Also confirmed on 2.4.0.4 Demo site ad Nov 4th, 2014)

.NET: 4.5

Steps.

1. Create Items that Radio Button and CheckBox on Survey new page.

2. Turned on to [Answer Required] and required settings for both items.

3. Run Survey, and then just click [Finish] button.

3. You will see the answer required message, but they are different styles. It seems class="txterror" property is missing for CheckBox.

Radio Button:

<span id="ctl00_mainContent_ctl01_vala5c892ca540644f69cda0c3505335762" class="txterror" style="visibility:hidden;">Answer required</span>

CheckBox:

<span id="ctl00_mainContent_ctl04_valb20eb8de456c403995e6bffd9d1341c1" style="visibility:hidden;">Answer required</span>

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