close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Form error with IE 8

Thread began 2/26/2014 4:46 am by info4753 | Last modified 2/28/2014 8:22 am by Jason Byrnes | 1568 views | 9 replies |

info4753

Form error with IE 8

My form is not submitting when I use IE8. I receive the following error:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Wed, 26 Feb 2014 12:47:23 UTC


Message: Nicht implementiert

Line: 36
Char: 3777
Code: 0
URI: http://www.mydomain.com/webassist/progress_bar/jquery-blockui-formprocessing.js

On all other browser it's working

Sign in to reply to this post

Jason ByrnesWebAssist

please provide a link

Sign in to reply to this post

info4753

pls see pm

Sign in to reply to this post

Jason ByrnesWebAssist

What version of Data Bridge are you using?

make sure you are using the latest version 1.1.8.

if you have a previous version installed, uninstall it from the extension manager before installing the newer one.

you will need to recreate the pages using the newer data bridge version, also make sure to delete the webassist/progress_bar/jquery-blockui-formprocessing.js file so it will get recreated.

Sign in to reply to this post

info4753

I'm using 1.1.3. Unfortunatly I've created one form with DW CC and the newest version of DataBridge. This seem to have the files overwritten.

I have other sites where IE8 is working with DB 1.1.3.

I can't recreate all forms, that would take too much time :-(. Is there another option to make these forms work with IE 8 again?

Sign in to reply to this post

Jason ByrnesWebAssist

something in your bootstrap/css/bootstrap.css style sheet is causing a conflict.

using IE developer tools, If i disconnect that style sheet, I can get the form to submit.

Sign in to reply to this post

info4753

Thanks Jason. The conflict is caused by the following lines in the bootstrap.css when used together with jquery-blockui-formprocessing.js

*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

If I take one of them out of the page, the form works. Is there a workaround or bugfix available?

I'm currently using

<!--[if !IE 8]>
<script src="../../../webassist/progress_bar/jquery-blockui-formprocessing.js" type="text/javascript"></script>
<![endif]-->

Sign in to reply to this post

Jason ByrnesWebAssist

I dont have a work around other than the conditional statement you are already using.

maybe instead of using the conditional statement on the formprocessing js file, remove the conflicting CSS from the bootstrap css file and add it to the conditional statement:

*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

If I take one of them out of the page, the form works. Is there a workaround or bugfix available?

I'm currently using

<!--[if !IE 8]>
<style type="text/css">
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
</style>
<![endif]-->

Sign in to reply to this post

info4753

Thanks Jason. But this would cause the page to be bad formatted. So the condition on the js file dos the job. But thanks for finding the troubled css!

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...