I'v enabled TinyMce fullscreen feature, but when the user clicks on it the edit area covers the entire frame including the toolbar and there is no way back. Even ctrl-s doesn't work so that you can save your work without using the toolbar.
Just to be sure I understand you - when you're going to fullscreen you mean that you're entering full screen mode in the browser, right?
I just tried going into full screen mode in Chrome using 4.10 RC and it seemed to be working fine - so maybe it's worth waiting for the final, which is released on friday and then do an upgrade perhaps? (Asuming I understand correctly and have done the right steps to reproduce).
I meant pressing the fullscreen button on TinyMce toolbar. When you press that button there's no way back. I hadn't thought of what you said about using the browser (browser full screen and zooming). I'll just tell the editors to forget about the fullscreen in the toolbar and just zoom into the richtext.
The only downside is the content tree will occupy half of the screen. I'm going to keep working on TinyMce fullscreen and modify its css or something so that the edit surface covers the entire screen in fullscreen mode (and toolbar still accessible of course).
I seem to remember Niels Hartvig being vocal about how this feature would be/is useless in Umbraco - as if it wasn't the choice of the user wishing to be more productive (seeming to neglect the fact we have modern 'fluid' designs with dynamism in the layout, meaning a full screen editor actually can be much more representative of what you're going to get as output, particularly with stylesheets pulled through, as opposed to the severely cramped area (by default) at the moment which isn't representative of any single site I know of (width-wise) these days.) - so, I'd hazard to say, unless high community has brought forward that thinking, there won't be much support for this.
Evidently, you'll notice, I see this as valuable and useful; can't you go back using the escape key?
*Note: the above tags will add the full screen button to the developer sections RichTextEditor(dont forget to check the box) and to the front-end RichTextEditor's display.
and most importantly a tweak to hide the left column
inside \admin\assets\css\umbraco.css:find the style for"#leftcolumn" and before that insert the following style:
Is TinyMce fullscreen useless in Umbraco?
I'v enabled TinyMce fullscreen feature, but when the user clicks on it the edit area covers the entire frame including the toolbar and there is no way back. Even ctrl-s doesn't work so that you can save your work without using the toolbar.
Hi Nima
What version of Umbraco do you experience this in? And what browsers have you been using?
/Jan
Hi jan,
I'm using Umbraco 4.9 and there's the same behaviour in chrome and ie.
before fullscreen:
after fullscreen:
after you press fullscreen you cannot do anything but leaving the page without saving.
Hi Nima
Just to be sure I understand you - when you're going to fullscreen you mean that you're entering full screen mode in the browser, right?
I just tried going into full screen mode in Chrome using 4.10 RC and it seemed to be working fine - so maybe it's worth waiting for the final, which is released on friday and then do an upgrade perhaps? (Asuming I understand correctly and have done the right steps to reproduce).
/Jan
Hi jan,
I meant pressing the fullscreen button on TinyMce toolbar. When you press that button there's no way back. I hadn't thought of what you said about using the browser (browser full screen and zooming). I'll just tell the editors to forget about the fullscreen in the toolbar and just zoom into the richtext.
The only downside is the content tree will occupy half of the screen. I'm going to keep working on TinyMce fullscreen and modify its css or something so that the edit surface covers the entire screen in fullscreen mode (and toolbar still accessible of course).
I seem to remember Niels Hartvig being vocal about how this feature would be/is useless in Umbraco - as if it wasn't the choice of the user wishing to be more productive (seeming to neglect the fact we have modern 'fluid' designs with dynamism in the layout, meaning a full screen editor actually can be much more representative of what you're going to get as output, particularly with stylesheets pulled through, as opposed to the severely cramped area (by default) at the moment which isn't representative of any single site I know of (width-wise) these days.) - so, I'd hazard to say, unless high community has brought forward that thinking, there won't be much support for this.
Evidently, you'll notice, I see this as valuable and useful; can't you go back using the escape key?
No Grant, as I said before Esc doesn't work and Ctrl-s opens the browser save dialog. You just have to leave the page.
Oh, I don't see you mention ESC anywhere. Anyway, what I said still stands until corrected.
:) Sorry Grant I thought I mentioned it before.
If anyone wants to use TinyMce's fullscreen this is how I did it:
1) Enable fullscreen command in tinyMceConfig.config file:
2) Add this function to your js:
Now F11 toggles fullscreen and since you return true in the event handler, the event propagates and it will trigger browser full screen too :) cool
Works for the Umbraco 7?
I have got it to work !! :) my version - 7.1.4
Inside \config\tinyMceConfig.config add the following two tags: under commands section:
under plugins section:
*Note: the above tags will add the full screen button to the developer sections RichTextEditor(dont forget to check the box) and to the front-end RichTextEditor's display.
and most importantly a tweak to hide the left column
inside \admin\assets\css\umbraco.css: find the style for"#leftcolumn" and before that insert the following style:
thats itt !! cheers !!
is working on a reply...