![]() |
Absolutely Perfect!
Thank you so much!! |
I think this may be useful again if updated to work for IE11 users. Mine are reporting that they can't do a lot of things with the editor.
|
Quote:
|
If you're running VB 4.2.2 the editor should be working for IE11 users because VB will force IE9 compatibility mode.
|
The new Microsoft Edge browser doesn't like the wysiwyg mode on any of my vb4 sites (editor will not work without enter being pressed first), with a tweak to this mod you can force standard mode on Edge and patch the problem until a better solution is found.
Change Code:
if (strpos($_SERVER['HTTP_USER_AGENT'], 'Trident/6.0')) Code:
if (strpos($_SERVER['HTTP_USER_AGENT'], 'Edge')) |
Quote:
You seem to be saying we can make your modifications to this product to force standard editor for Edge, but then you say it's only good if you are NOT using this mod? |
What I mean is if you make the change then it will only force Edge to standard mode and no longer work for IE.
|
Would this not work for both?
PHP Code:
|
Quote:
Quote:
Doug |
Edge has changed since I posted the original bit of code, the following is how the plugin needs to look now to force edge to work correctly.
Code:
//This plugin checks if the user is using Edge, if he or she is, it forces use of the standard editor |
All times are GMT. The time now is 09:37 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|