CoreBOSBB
IE - Issues - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8)
+--- Thread: IE - Issues (/showthread.php?tid=911)



IE - Issues - rslemer - 02-22-2018

If user use Internet Explorer, there can create a filter without a name and create a opportunity without a relation, for example, with contacts.

Even, thats fields is marked a manadatory.

Always I ask user uses a Chrome or Firefox, but user, sometimes, forget.


RE: IE - Issues - joebordes - 02-23-2018

IE is probably not supporting some more advanced javascript we are already using, probably fetch, promises or let. We do not have IE here but if you can catch the errors I would try to direct you to some polyfills that may get you working.

Have a look at these gists I created a while back.

https://gist.github.com/joebordes/425d8714979e6fa20f0495069b189ed6
https://gist.github.com/joebordes/4a5e20ec2e12b97500d796696d2f0b28


RE: IE - Issues - rslemer - 02-23-2018

Ok, perhaps at login screen can be include a test and warning a IE is not compatible, is a better practice, to minimize this problem.

Or checked in code, like you did include at opportunity, to prevent system not write a table in DB with this issues.

Filter without a name, is easy to solution, need only a admin user, rename, but opportunity without any relation, causes BD error, when created a new opportunity, in some cases.