Blame | Letzte Änderung | Log anzeigen | RSS feed
WHIZZYWIG CHANGE LOGv54 - coming... September 2006TOFIX: iframe size in IE!!!Bugs fixed:- popped dialogs did not always get focus- insHTML javascript actions- object bug in IE- empty tags retained if they had attributes- whereAmI() and insHTML() recoded to improve browser compatibilityNew Features:- Fonts added: Trebuchet, Impact, Arial Black (reasonable cross-OS support)- Most features now supported in Opera 9 (not insHTML)- HTML tag buttons added to HTML view- HTML tag buttons shown for browsers that do not support design mode- New Word paste button (IE only)- New "ask" option for gentleClean (default is "true") (*Needs translation)- Clean removes xml from MS Wordv53 - 1 June 2006Bugs fixed:- Inserting an anchor with IE caused full path of editor to be added- Insert an image not always at cursor with IE- Custom buttons with a javascript action not working- Some versions of IE (.net) stumble on code to cleanUp long dashNew Features:- Demo to show whizzywig editing multiple divs on the same pagev52 - 14 April 2006Bugs fixed:- Extraneous end tag for div at end of tableform- Toolbar buttons not titled (tool tips) in Firefox/Mozilla- Cannot remove a link (by blanking URL in link form)- DOM trail not displayed in status bar for Firefox/MozillaNew Features:- Cleanup now removes fixedheight on table elements- Table buttons now available for Mozilla/Firefox- Rendered source easier to readxhtml.js v2 - 2 April 2006- Changed to MIT licence to match v51 of whizzywig.js- Some simplifications to code for smaller file size.v51 - 1 April 2006Bugs fixed:- syncTextarea did not attach to onsubmit if the form was not the immediate parent of the textareathis bug sometimes described as "Whizzywig does not save if it's in a table or div"- Fallback font for Courier incorrectly specified as 'mono' : corrected to 'monospace'- Enter key on forms submitted whole page - Enter key now does nothing- 404 errors if buttonPath == '' or 'textbuttons'- Width calc now uses 'ex' rather than 'em' - better in Firefox- simplified code to switch designmode on + oWhizzy renamed to oWNew Features:- *Extendable*: Can now add your own button or selects to the toolbar.Will insert HTML or execute javascript (which may be internal or external to whizzywig)- Switched to MIT licence (allows use of whizzywig in commercial projects)- Added buttons to insert 'http://' or 'mailto:' in link form- Setting color no longer inserts font tag- cleanUp() has a better go at removing XML inserted by Office applications- gentleClean switch: set gentleClean = false and spans, inline styles and classesremoved by cleanUp(). Default is true; i.e. they are retained (unless class=Mso...),so not as vicious as v50- syncTextarea() now called whenever cleanUp() is executedv50 - 1 February 2006Bugs fixed:- minor bugs on cleanup and insHTML.New Features:- cleanUp() removes spans, inline styles and classes as well as fonts and table widthsie vicious with text pasted in from Office applications, but preserves bold, italics, bullets etc.This will stomp over some formatting (e.g. text color) applied by whizzywig, so you can disablewithgentleClean = true;- No longer forces a white background - picks up background from the cssFile- Highlight button enabled for Mozilla/FireFox- Now uses real <button>s for tighter code- If a button image is missing, it will use (translated) text instead of reporting a broken image.Note, this will generate harmless 404 errors in log files.- No longer necessary to have onsubmit="syncTextarea()", whizzywig will automatically attach the event.Note, if you want process the textarea with your own onsubmit event, you must call syncTextarea() first.v49 - 23 December 2005Bugs fixed:- In IE, Insert Image/Table sometimes inserts at the beginning of the page instead of at the cursor.- When using the xhtml option, view source does not convert to xhtmlv48 - 13 December 2005New Features:- Firefox/Mozilla only:Ctrl+L opens Link dialog, Ctrl+M opens Image dialog- Bold command always inserts <strong>, Italic command always inserts <em>-this means IE users can unformat changes made by Firefox users and vice versa-also <B> and <I> are deprecated tags- URL fields no longer pre-populated with 'http://' (confusing if inserting relative link)- 'Choose style' select has option 'Computer code' to insert <code> tag- cleanup() leaves spans and classes except 'mso...'- cleanup() substitutes long dash with '-'- Clicking the Cleanup button with text selected removes formatting from the selectionBugs fixed:- Cursor not visible in HTML view in Firefox/Mozilla- class="MsoNormal" not alway removed by cleanup();- IE displays a warning message if it encounters an iframe with no src attribute while using HTTPS- Mozilla Javascript console reports some CSS errors on whizzywigv47 - 12 October 2005New Feature:- Clean up now takes width attributes out of tables and <TD>(so tables pasted in from Word will have liquid layout)Note: you can automatically invoke clean up on Submit with<form onsubmit="cleanUp(); syncTextarea();" ...- Cleanup has a go at removing MS xml in spans(typically introduced if pasting in a Word document with an image)- Clean up of MS "smart quotes" reverts to replacing with " and 'because HTML entities cause problems with spell checking, don't they?v46 - 19 September 2005New Feature:- Insert link now has option to open link in new window- Whizzywig version text now hidden in a '.'- Mozilla version no longer uses styled spans for bold and italic- interface for image and link browser publishedBugs fixed:- Could not use an image as a linkv45 - 24 May 2005New Features:- Including html2xhtml.js in the HTML page that calls Whizzywig will produce xhtmloutput rather than HTML4. [Whizzywig checks for get_xhtml() function].- Empty tags are removed from the generated code.- Toolbar selects are lined up more neatly.- Clicking the "Clean" button with text selected removes formatting from the selected text.(As before, clicking Clean with no selection removes unwanted formatting on everything)- Clean now removes full justification (justify renders badly in some browsers).- Clean turns "smartquotes" inserted by MS Word etc. into correct HTML entities.- Insert image border and margin fields have tooltip - can now benumbers (e.g. '0', '1') orCSS values (e.g. 'thin dashed #999999', '1px solid black')Bugs fixed:- Inserting an image or table in IE without first clicking in the edit areaincorrectly inserted the image or table at the top of the page.- Clearing a link did not work on Mozilla/Firefox.v44 - 05 May 2005Bug fix - changing font size after CTRL+A in Firefox loses text+other peculiarities fixed related to the fontTags variable - now withdrawnExperimental - hook for xhtml conversionv43 - 04 May 2005Bugs fixed:- sometimes get blank line after toolbar and before edit area- focus not always returned to edit area- formatting could introduce empty HTML tag if no text selected- toolbar sometimes wider than edit areaNew Features:- Translation of message text now supported, via externally defined language array.- Version number simpler, less visible.- <IMG>ALT text defaults to base part of filename (so '/images/diagram.gif' gives 'diagram')- Ensures user selects text before attempting link or color- Javascript trimmed to keep below 21kv42 First GNU GPL version