NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item11383 for general documentation changes for release 1.1.5. Use
Item9693 for docu changes for release 2.0.
Item5879: TinyMCE doesn't bind keys for AppleWebKit (e.g. Fluid.app)
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Enhancement |
New |
Engine |
TinyMCEPlugin |
|
Pre-requisites:
- Apple Mac running Leopard
- Install of Fluid.app
- Single Site Browser pointing at your TWiki
- Use of TinyMCEPlugin, in edit mode at any page
- Apple-b, Apple-i etc don't work
On the Mac I use Fluid.app to create a single site browser-app for TWiki (so I can always find a given TWiki site) but although the User Agent is set to
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; en)
AppleWebKit? /525.9 (KTHML, like Gecko) Version/3.1 Safari/525.9 (hand typed)
I see the code in
TinyMCEPlugin.pm and debug statements prove that it does indeed detect as Safari.
CC:it just uses the UA the browser provides
CC:does tinymce normally work in Safari? - Yes. MC
CC:check on the tinymce site for any tips w.r.t Mac
In Safari it binds to Apple-B but that does not work in Fluid which I suppose TWiki won't bind any of the keys in anything using the
AppleWebKit?