Why not have the toolbar fixed at the top of the screen directly under the browser toolbar

At least as an option via config.

The problem right now is that we need to scroll if the toolbar of the FCKeditor is not visible. This is bad for a toolbar.

Every word processor has a fixed toolbar. Most users will find this useful. We can do this by using

form#editor { top: 0px; left: 0px; position:fixed }

in CSS. This could eventually work right out of the box. So this could be made with some small fixes in the default 'modern' theme. Everybody is invited to play with it with EditCSS.

Discussion

So basically, this is just a matter of changing the CSS? Marking as patched. -- TheAnarcat 2006-01-13 20:40:48


CategoryFeatureRequest CategoryMoinMoinPatch

MoinMoin: FeatureRequests/FixedToolbarForGuiEditor (last edited 2007-10-29 19:15:53 by localhost)