mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #26849
[Bug 1455265] Re: TinyMCE "full screen" button doesn't work in block config
After a little experimentation, it looks like the problem is in the
".blockinstance.configure.vertcentre" CSS class. If you remove this line
from that class, then the fullscreen button works again, in FF and
Chromium.
transform: translate( 50%, 50%);
I haven't tested it in IE yet, but there's an "-ms-transform" line in
that same class, which probably does the same thing in IE.
However, just removing this style isn't the fix, because if you take
this away, then when TinyMCE is not in full screen, the block config is
off-center. The way that CSS block works, it uses "top" and "left" to
position the top-left corner of the block in the middle of the screen,
then it uses "transform" to shift the block itself to the middle.
So, we either need to find some other CSS that will achieve the same
thing without interfering with the TinyMCE fullscreen button, or we need
to patch the TinyMCE fullscreen button to disable this particular style.
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1455265
Title:
TinyMCE "full screen" button doesn't work in block config
Status in Mahara ePortfolio:
Confirmed
Status in Mahara 15.04 series:
Confirmed
Status in Mahara 15.10 series:
Confirmed
Bug description:
Mahara 1504
It appears that the fullscreen is not fullscreen in 1504. I tried on a
couple instances, including master.dev.mahara.org and various
browsers. Adding screenshot also
To replicate:
1. Create a page
2. Go to the "Edit Content" tab
3. Put a text block onto the page
4. Click the "Toggle toolbars" button on TinyMCE to expose the fullscreen button (it's on the right end of the second row of buttons)
5. Click the "Fullscreen" button
Expected result:
TinyMCE goes to full screen (fills the whole browser window)
Actual result:
TinyMCE only fills the block config iframe. This actually makes it *smaller* than before.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1455265/+subscriptions
References