Which versions of Umbraco and Newsletter Studio are you running? I know that there have been changes in the later releases. We'll have a closer look at this during the next sprint.
Thank you Doug! I'm going to look close at this for the next release. There will be changes to the RTE in Umbraco 6 so we are looking at this right now. The rendering of the RTE in a custom section i quite advanced and I think that this is something that accidental was left out.
Unable to scroll editor (tinyMce) icons
Unlike a normal content page it's not possible to scroll through the menu bar icons on a narrow display.
It looks the scrollL and scrollR javascript functions are just being passed the width of the first 3 icons instead of the full tinyMce menu
Hi Doug!
Which versions of Umbraco and Newsletter Studio are you running? I know that there have been changes in the later releases. We'll have a closer look at this during the next sprint.
I've confirmed this bug on a clean install Umbraco 4.11.3 & Newsletter Studio 1.3.1 (also present on older versions)
If you look at the javascript attached to the scroll images :-
onmouseover="this.className = 'editorArrowOver'; scrollL('body_TabView1_tab01layer_menu_sl','body_TabView1_tab01layer_menu_slh',104);"
The 104 value is just the width first few icons (it should be over 1000 for all icons)
Hi!
Thank you Doug! I'm going to look close at this for the next release. There will be changes to the RTE in Umbraco 6 so we are looking at this right now. The rendering of the RTE in a custom section i quite advanced and I think that this is something that accidental was left out.
is working on a reply...