Timeline
10/16/08:
- 21:32 Ticket #109 (Could WYMeditor operate without requiring edits to other form elements?) closed by
- invalid: You can also use the update() API call (it will update the textarea …
- 21:24 Ticket #128 (jquery with google loader) closed by
- wontfix: Will be fixed in 0.6 (popups replaced by overlays, so no need to reload JS …
- 21:13 Ticket #129 (Horizontal table resizing broken in FF 3.0 and FF 2.0) closed by
- fixed: OK. If you find a way to remove the buttons, thanks for sharing it.
- 21:09 Ticket #41 (FF issues) closed by
- fixed
- 21:08 Ticket #95 (Application of arbitrary inline elements in the sidebar (like the toolbar)) closed by
- fixed: Implemented with the help of the insert(), wrap() and unwrap() API calls. …
- 21:05 Ticket #88 (Request for div and span tags) closed by
- fixed: Inline elements are now supported with the help of the insert(), wrap() …
- 21:03 Ticket #78 (Firefox: Unable to add container to text without container) closed by
- wontfix: You can't catch the FF clipboard before it's pasted into the …
- 20:39 Ticket #68 (Firefox: "expansive" paragraphs) closed by
- fixed: Set to fixed, since I can't reproduce the bug in FF3. Please feel free …
- 20:35 Ticket #61 (Opera: Containers do not appear to work correctly) closed by
- fixed: Fixed in latest versions of Opera.
- 20:33 Ticket #39 (Implement a way to detect available features) closed by
- fixed: Fixed, since all the features are now cross-browser.
- 20:32 Ticket #38 (Core functionality to modify edited documments) closed by
- fixed: insert() is available since r541, wrap() and unwrap() since r545.
- 19:54 Ticket #132 (iframe src not loaded (Google Chrome)) closed by
- invalid: OK
- 03:54 Ticket #135 (Unable to add containers to list items) created by
- It does not seem possible to add a container inside a list item (li) even …
10/15/08:
- 21:22 Ticket #133 (not empty table cells are removed) closed by
- fixed: Should be fixed by r558 (simply remove '|td' from the regex). Related …
- 21:19 Changeset [558] by
-
Use documented jQuery.data function. Fix removeEmptyTags() to keep empty ...
- 01:39 Ticket #134 (removeEmptyTags - removes content) created by
- We have some really not great RTF files, which we are importing using …
10/13/08:
- 13:41 Ticket #133 (not empty table cells are removed) created by
- The editor removes certain cells, which causes the remaining cells to …
10/09/08:
- 01:04 Ticket #132 (iframe src not loaded (Google Chrome)) created by
- I am having this weird issue where Google Chrome won't load the iFrame's …
10/08/08:
- 21:12 Changeset [557] by
-
Fixed CSS lexer regex to be able to set classes on headings.
10/06/08:
- 19:56 Changeset [556] by
-
Added Czech translation (thanks Martin Kopeček).
- 16:58 Ticket #131 (Paste from Word inserts too many blank lines) created by
- There are two cases to be distinguished (all tested & observed with …
- 09:05 Ticket #130 (Automatically Resizeable iFrame (emulate inline editing)) created by
- Can we make an option to automatically resize the iframe height? I …
10/02/08:
- 22:54 Ticket #129 (Horizontal table resizing broken in FF 3.0 and FF 2.0) created by
- The horizontal table resizing doesn't work on: * Firefox 3.0 on Ubuntu …
- 21:03 Ticket #127 (Cursor loses focus in html view when textarea is wrapped in <label> ...) closed by
- wontfix: Weird, but I found out what's happening. From XHTML.com: The …
- 15:31 Ticket #128 (jquery with google loader) created by
- I am using Google loader and the latest version of jquery, but I am …
09/29/08:
- 23:00 Ticket #125 (0.5b1 doesn't unstyle objects in Safari) closed by
- fixed: This bug is caused by the following line in the xhtml() function (Safari …
- 22:55 Changeset [555] by
-
Keep Apple-style-span classes untouched and instead remove them while ...
- 22:18 Ticket #124 (Safari + prototype + wymeditor + div with 'content' id breaks wym popups) closed by
- fixed: This one is really amazing! I don't think it's related to the id …
- 21:40 Changeset [554] by
-
Call event listener while closing the HTML view - see #121.
- 07:44 Ticket #127 (Cursor loses focus in html view when textarea is wrapped in <label> ...) created by
- For some crazy reason, the html editor area loses focus immediately upon …
- 07:12 Ticket #126 (Buttons do not work on Firefox 3 /w Silver skin) created by
- I can reproduce the issue with Firefox 3.0.3 on the …
- 02:46 Ticket #125 (0.5b1 doesn't unstyle objects in Safari) created by
- I know the Safari implementation is still in beta, but I wanted to let you …
09/28/08:
- 17:19 Ticket #124 (Safari + prototype + wymeditor + div with 'content' id breaks wym popups) created by
- When: * on Safari * prototype is loaded * you have a 'content' id …
09/27/08:
- 21:01 Changeset [553] by
-
Added acronym dialog test page.
- 20:56 Changeset [552] by
-
Improved dialog() to facilitate custom dialogs creation.
- 11:20 0.5/API edited by
- Typo. (diff)
- 11:15 0.5/API edited by
- Added insert, wrap, unwrap. (diff)
09/24/08:
- 22:06 Changeset [551] by
-
Wrap the Firebug console in WYMeditor.console.
- 21:39 Ticket #123 (prevent errors from lang.js) closed by
- fixed: Good call. Fixed in r550. We use the console instead of an alert.
- 21:36 Changeset [550] by
-
Put language file eval in a try-catch and output an error message in the ...
- 20:53 Ticket #122 (compatibility jQuery < 1.2.3) closed by
- fixed: Agreed. See r549. FYI the stored data is useful when you want to know …
- 20:46 Changeset [549] by
-
Added test for jQuery.fn.data. Fixes #122.
09/21/08:
- 20:52 Changeset [548] by
-
Fix CSS issue in Safari, see r547.
- 20:34 Changeset [547] by
-
Added test page for serving as xhtml+xml.
- 19:10 Changeset [546] by
-
Added test page for wrap and unwrap, see r545.
- 19:08 Changeset [545] by
-
Added wrap and unwrap commands, for inline elements such as span.
09/19/08:
- 20:45 Ticket #123 (prevent errors from lang.js) created by
- [http://trac.wymeditor.org/trac/browser/trunk/src/wymeditor/jquery.wymedito …
- 20:26 Ticket #122 (compatibility jQuery < 1.2.3) created by
- [https://trac.wymeditor.org/trac/browser/trunk/src/wymeditor/jquery.wymedit …
- 19:28 Ticket #121 (Classes won't apply to images in certain situations) created by
- I am attempting to place images into a textarea and then apply a custom …
09/16/08:
- 20:48 Changeset [544] by
-
Created 0.5-b1 tag.