View messages - no "close" button.

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.
4/22/2009 8:32:22 AM
Gravatar
Total Posts 3

View messages - no "close" button.

Hey Joe.

I'm testing the demo site. When I fill the Contact form and send it, I can go to "View messages". When that window opens, there is no way to close it, accept to clik on another link on the dome site (i.e. "Home"). Or I'm stupid enough not to see how?

Keep doing the good work.

4/22/2009 8:35:05 AM
Gravatar
Total Posts 3

Re: View messages - no "close" button.

dome site = demo site.

Sorry

4/22/2009 8:42:33 AM
Gravatar
Total Posts 18439

Re: View messages - no "close" button.

Its not really a popup window, its just a javascript layout on the page, its not supposed to be closeable, but it is resizeable. If you disable javascript and refresh the page you will see its still has the messages list. If it were closed there would be nothing else on the page so there is no reason to make it closeable.

So yes, to get to another page click a link, its no different than any other page in that regard.

Best,

Joe

4/22/2009 9:17:44 AM
Gravatar
Total Posts 3

Re: View messages - no "close" button.

Thanx for fast response. My opinion is that since that javascript acts like a window, should have a close button, but it's just my opinion. Anyway, I found another bug (or it isn't) on the demo site. When I create a Form wizard, and enter data later (like I'm some surfer, but still logged in as Admin), when I enter numbers and letters in Captcha and press enter, it takes me to the Search page: http://demo.mojoportal.com/SearchResults.aspx. It doesn't submit the form.

4/22/2009 9:40:19 AM
Gravatar
Total Posts 18439

Re: View messages - no "close" button.

Hi,

I'll admit its a little unconventional and I get your point of view about why you want it to be able to close it but I see no value in making it closable because then you need a way to open it again and what would be the point of an empty page. The content is on the page and javascript is used only as progressive enhancement to give it a master detail layout where you can click an item and see the detail. I may change it at some point and remove the javascript and just stye it according to the skin like most other features to make it more conventional, but then I kind of like it as it is.

I agree about the form wizard. It should be fixed now on the dmeo site, it only needed to set a default button on the panel to make the enter key behave as expected. 

This bug would only appear if the skin has the search input rather than the link and if the user uses the enter key instead of the button. This will be fixed in the next release of Form Wizard Pro, but any customers can fix it immediatley by editing the /FormWizard/FormWizardModule.ascx with a text editor and change this:

<asp:Panel ID="pnlForm" runat="server" CssClass="modulecontent">

to this:

<asp:Panel ID="pnlForm" runat="server" DefaultButton="btnSubmit" CssClass="modulecontent">

Best,

Joe

4/24/2009 10:45:30 AM
Gravatar
Total Posts 18439

Re: View messages - no "close" button.

fyi, I found a small bug in the versioning for the html feature.

I already fixed it and updated the release packages but kept the version the same as it was a small change.

I recommend download the release again and replace the dlls in the bin with the new versions and also replace the ContactForm folder as I made one small change there too, I added a close button and a link to re-open it.

Best,

Joe

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