ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Site help, bugs, suggestions/questions (https://www.esoui.com/forums/forumdisplay.php?f=18)
-   -   "Post Reply" doesn't have a full-feature editor anymore. (https://www.esoui.com/forums/showthread.php?t=10394)

NeuroticPixels 12/21/22 08:09 PM

"Post Reply" doesn't have a full-feature editor anymore.
 
Why don't mod comment pages have the full editor any more? I've tried checking my account settings and using the "Switch Editor Mode" button, but can't seem to get all the buttons back.It used to be like the forums. Like this:


Now, it's like this:

Dolby 12/21/22 08:24 PM

If you look in your java script console is there anything being blocked from loading?

Nothing has changed code wise so possibly something is blocking our script from loading? A few other people have mentioned this happens to them but not all the time either.

If you follow this URL do you see any javascript? https://cdn-eso.mmoui.com/clientscri...it.js?v=3612.7

NeuroticPixels 12/21/22 08:38 PM

(I'm using Microsoft Edge browser.) I tried "InPrivate" mode, with no browser extensions, and I tried "Internet Explorer Mode". Neither solved the problem.
This is what the console shows me:


It seems it might be related? I'm not sure. Any ideas?

Dolby 12/21/22 08:47 PM

Hmm that is likely the cause or the result of the js not loading properly? I loaded the site up in the latest edge from win10 and do not get these errors. Very strange.

Can you think of any windows apps you might be running that interact with webpages?

NeuroticPixels 12/21/22 08:59 PM

I wouldn't think so. It's a pretty new PC.
I have ESO, COD, Battle.net Launcher, Steam, Razer Synapse, iTunes, Nvidia GEForce Experience, Discord, and Notepad++ installed. That's pretty much it.

I also have off Windows Defender and the firewall, and all that.


Is Java and Javascript the same thing, or related? Because this PC doesn't have Java installed.
Should I go install it from Java | Oracle?

Dolby 12/21/22 09:50 PM

Javascript for websites is rendered by the browser. Different than java.

I'll continue to try and find something to reproduce it so I can try and fix it. I have pretty much the same things installed but windows defender & firewall is on.

NeuroticPixels 12/21/22 11:10 PM

I also cleared out all of my cookies and browsing history and all of that browsing data stuff. I checked my browser's "site permissions" and javascript is allowed. I even tried a comment page with "use hardware acceleration" on and off. No difference. And I disabled any security options in the browser's settings. No change.

I'm stumped.

NeuroticPixels 12/21/22 11:15 PM

Quote:

Originally Posted by Dolby (Post 46891)
If you follow this URL do you see any javascript? https://cdn-eso.mmoui.com/clientscri...it.js?v=3612.7

I just saw your edit of this. I don't know what I'm looking for. It's just a wall of text/code.

Baertram 12/22/22 04:27 AM

I'm also using Edge and tried Firefox and Chrome, all browsers render the buttons well.
If I'm able to help here somehow, I'm up for it.

Are you using Windows 11 already NeuroticPixels?
Other usres reporting the missing buttons used Windows 7 afaik.
I'm using Win10.

Maybe it's Windows dependent, any update that Windows did and installed (or not installed on Win11 and Win7).

sirinsidiator 12/22/22 06:18 AM

I'm having the same issue on Windows 11 22H2 with Firefox 108.0.1. I just did a bit of digging and it seems to be a server side issue.
When I compare the source coming from the server for a forum editor and a comment editor, the html elements for the editor buttons in questions are completely missing:
https://www.esoui.com/forums/newrepl...uote=1&p=46890
Code:

<td id="vB_Editor_001" class="vBulletin_editor" width="100%">
<div id="vB_Editor_001_controls" class="controlbar">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><div class="imagebutton" id="vB_Editor_001_cmd_removeformat"><img src="//cdn-eso.mmoui.com/images/style_esoui/editor/removeformat.gif" width="21" height="20" alt="Remove Text Formatting" /></div></td>
<td><img src="//cdn-eso.mmoui.com/images/style_esoui/editor/separator.gif" width="6" height="20" alt="" /></td>
<td><div class="imagebutton" id="vB_Editor_001_popup_fontname" title="Fonts">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="popup_feedback"><div id="vB_Editor_001_font_out" style="width:91px">&nbsp;</div></td>
<td class="popup_pickbutton"><img src="//cdn-eso.mmoui.com/images/style_esoui/editor/menupop.gif" width="11" height="16" alt="" /></td>
</tr>
</table>
</div></td>
<td><div class="imagebutton" id="vB_Editor_001_popup_fontsize" title="Sizes">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="popup_feedback"><div id="vB_Editor_001_size_out" style="width:25px">&nbsp;</div></td>
<td class="popup_pickbutton"><img src="//cdn-eso.mmoui.com/images/style_esoui/editor/menupop.gif" width="11" height="16" alt="" /></td>
</tr>
</table>
</div></td>

https://www.esoui.com/downloads/addc...ent&fileid=695
Code:

<td id="vB_Editor_001" class="vBulletin_editor" width="100%">
<div id="vB_Editor_001_controls" class="controlbar">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><div class="imagebutton" id="vB_Editor_001_cmd_removeformat"><img src="//cdn-eso.mmoui.com/images/style_esoui/editor/removeformat.gif" width="21" height="20" alt="Remove Text Formatting" /></div></td>
<td><img src="//cdn-eso.mmoui.com/images/style_esoui/editor/separator.gif" width="6" height="20" alt="" /></td>
<td><div class="imagebutton" id="vB_Editor_001_popup_smilie" title="Smilies">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="//cdn-eso.mmoui.com/images/style_esoui/editor/smilie.gif" alt="" width="21" height="20" /></td>
<td class="alt_pickbutton"><img src="//cdn-eso.mmoui.com/images/style_esoui/editor/menupop.gif" width="11" height="16" alt="" /></td>
</tr>
</table>
</div></td>

I also noticed that vBulletin is disabling the javascript console in vbulletin_global.js on line 1, unless console.firebug is set. Since firebug no longer exists, this means nobody will ever see any errors in case there are some. Not that there are any in this case. ;)

NeuroticPixels 12/22/22 01:00 PM

Quote:

Originally Posted by Baertram (Post 46898)
Are you using Windows 11 already NeuroticPixels?

Windows 10.


Sirinsidiator’s post sounds interesting!

Dolby 12/22/22 02:27 PM

Yeah its certainly looks server side. I see the template vbulletin uses and the ones missing are wrapped in conditionals but when I trace down the variables on those conditionals they should be true for you guys. I went and just removed the conditionals so those template items display always no matter what editor you have selected. Let me know if the buttons show for you now?

NeuroticPixels 12/22/22 02:43 PM

Buttons are back for me!

sirinsidiator 12/22/22 03:52 PM

Works better, but I'm still missing the font options in the first row.

NeuroticPixels 12/22/22 06:10 PM

Ah, yes. I have the same issue, I think.
I have the font options, but the actual dropdown menu gets mostly hidden after I click my mouse in the message box to start typing. After I interact with the message box, it gets mostly hidden, but I can still interact with the drop-down arrow to select fonts.
I hope that makes sense.


Before interaction with message box:

After clicking to get ready to type:


All times are GMT -6. The time now is 07:01 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI