Giter Club home page Giter Club logo

jwysiwyg's Introduction

jwysiwyg's People

jwysiwyg's Issues

Get Focus

What steps will reproduce the problem?
1. $('#wysiwyg').focus()

What is the expected output? What do you see instead?

 The control get focus. Nothing happen.

Please use labels and text to provide additional information.

 This becouse the real element is the textarea. I should add some like this:

{{{
$(this.original).focus(function()
{
    self.editorDoc.focus();
});
}}}

Original issue reported on code.google.com by joksnet on 30 Mar 2008 at 11:29

Req: Highlighting buttons when selecting marked up text

What steps will reproduce the request?
1. Write some text
2. Make it bold (bold making button goes selected when pressing it)
3. Now click on the bold text, notice the bold button stays non-selected

What is the expected output? What do you see instead?
It would be nice if, when selecting marked up text, the corresponding 
button goes active. Like how MS Word does this.

Original issue reported on code.google.com by [email protected] on 11 Feb 2008 at 10:39

Attach a CSS file crash on IE

What steps will reproduce the problem?
1. $('#wysiwyg').wysiwyg({ css : 'file.css' });
2. Open in IE6
3.

What is the expected output? What do you see instead?
It seems to crash IE. Something about line 362 of the r10 file.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by joksnet on 22 Feb 2008 at 2:12

Using the plugin under https triggers the security pop-up under IE6

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
The security pop-up shouldn't be triggered.

What version of the product are you using? On what operating system?
0.4

Please provide any additional information below.
src="javascript:false;" should be added to the iframe tag eg:
 var editor = this.editor = $('<iframe src="javascript:false;"></iframe>')

Original issue reported on code.google.com by [email protected] on 7 Oct 2008 at 2:27

this.editorDoc.open is not a function

What steps will reproduce the problem?
1. Download jwysiwyg-0.3.zip and unpack it.

2. Create a HTML file like this:
<html><head>
<title>jwysiwyg editor</title>
<script type="text/javascript" src="jquery-1.2.3.min.js" ></script>
<script type="text/javascript" src="jquery.wysiwyg.js" ></script>
<link rel="stylesheet" type="text/css" href="jquery.wysiwyg.css" ></link>
<script type="text/javascript">
$(function(){
  $("#wysiwyg").wysiwyg();
});
</script>
</head><body>
<div><h3>Demo</h3>
  <div id="wysiwyg"></div>
</div>
</body></html>

3. View this HTML file in the browser(firefox 2.0), and only the icons appear

What is the expected output? What do you see instead?

I should get a WYSIWYG editor but see nothing except the icons

What version of the product are you using? On what operating system?

I'm using jwysiwyg-0.3.zip , on Xubuntu 7.10 with firefox 2.0

Please provide any additional information below.

I put all the needed file under the same folder as the HTML file, and I use
jQuery-1.2.3.min.js for this testing.

I'm new to jwysiwyg so please correct me if I made any stupid mistake.

Original issue reported on code.google.com by [email protected] on 18 Apr 2008 at 9:51

strong and em tags in firefox

What steps will reproduce the problem?
1. Select the text
2. click in the bold or italic button

What is the expected output? What do you see instead?
The expected output is the <strong> or <em> tags.
I see that apply the tag <span style="font-weight: bold;"> or <span
style="font-style: italic;"> When I have the strong or em tags, the editor
does this:
<strong style="font-weight: bold;">

What version of the product are you using? On what operating system?
jquery.jwyiwyg.js => 0.3
jquery.js => 1.2.2
S.O. Windows XP with Mozilla Firefox 2.0.0.14

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Apr 2008 at 11:23

Improvement: readonly

Hi

If the wysiwyg textarea element is readonly / disabled, is it possible to
make the html editor readonly / disabled as well? Moreover, is it possible
to also hide the toolbar?

Thanks

Original issue reported on code.google.com by [email protected] on 15 Jun 2008 at 3:45

CSS fails on 100%

What steps will reproduce the problem?
1. Insert one table, 3 rows in each insert one texarea for wyswyg editor
2. Set all texarea width 100 %
3. Check.

What is the expected output? What do you see instead?

-All editors should be same width, but other is shorter or longer then
first, when sets width in px everything is fine

What version of the product are you using? On what operating system?

Newest, Vista, Firefox 2

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 3 May 2008 at 3:43

Change font in editor

It's not an issue, but question:
How I can change font in editor's iframe?
For example, I want Verdana instead of Times New Roman.
Thank you for help.

Original issue reported on code.google.com by [email protected] on 31 Jul 2008 at 9:51

Textarea content updated as added?

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
I want to use this wysiwyg plugin on a form which is to be submitted. The
problem I have with this plugin is that the new content in iframe is not
mirrored in the textarea, so when the form is submitted the content is
still the same as when the page loaded and no update is saved.

What version of the product are you using? On what operating system?
jquery.wysiwyg.r2.zip on Windows XP, Firefox and IE

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 12 Feb 2008 at 9:12

how can i get the data of the editor and set the data of the editor to null or empty


I use jquery and javascript to program a web application.And I want to use
the jquery or other javascript to get the data of the editor,but when I use
$("#text").val(),the "text" is the texterea's id value,I can get the data
but it will throw exception when run under the IE7 and I  can't use the
code $("#text").("") to set the data empty .I use windows XP OS and the
jwysiwyg version is 4.0 and the jquery version is 1.2.6 the file is jquery.js 

Original issue reported on code.google.com by [email protected] on 5 Aug 2008 at 6:04

Not working when text area id has a dot '.' in the name

What steps will reproduce the problem?
1. Create a textarea with a dot '.' in the id (e.g. 'Program.Description')
2.
3.

What is the expected output? What do you see instead?
Should render the wysiwyg editor

What version of the product are you using? On what operating system?
0.3

Please provide any additional information below.


Original issue reported on code.google.com by jdrozd on 21 Jul 2008 at 5:56

Little bug with content saving

What steps will reproduce the problem?
1. When it's work in editor all right
2. But if we take textarea value there will be absent last typed symbol
3. It's arise when you do this line:

$(this.editorDoc).keydown(function() { self.saveContent(); })

because when key is down there is no symbol yet.

What is the expected output? What do you see instead?

All typed symbols. String without last letter.

What version of the product are you using? On what operating system?

jwysiwyg-0.3, WindowsXP, FireFox 2.0.0.14

Please provide any additional information below.

fix it like this: $(this.editorDoc).keyup(function() { self.saveContent(); })

P.S. Sorry for my English...

Original issue reported on code.google.com by [email protected] on 13 Jun 2008 at 7:48

Width increases incrementally with each additional implementation per page.

What steps will reproduce the problem?
1. Use the editor on multiple text fields on one page.
2.
3.

What is the expected output? What do you see instead?
When the WYSIWYG function is applied to multiple textareas on one page, the
inline width of the .wysiwyg div is increased incrementally. (screenshot
attached)

What version of the product are you using? On what operating system?
Current version, tested on Firefox and IE 7.

Please provide any additional information below.
The problem is easily worked around by changing this:

this.element = $('<div></div>').css({
                width : ( newX > 0 ) ? ( newX ).toString() + 'px' : '100%'
            })

To this: 

this.element = $('<div></div>').css({
                width : '100%'
            })

Or I suppose one could remove the width declaration altogether, setting the
width is really CSS's business.

Original issue reported on code.google.com by [email protected] on 5 Mar 2008 at 7:02

Attachments:

Html textarea display

It would be nice that the textarea box with html would display insise/on
top of wysiwyg editor, and not bellow it.
Is that hard to modify?

Original issue reported on code.google.com by [email protected] on 8 Feb 2008 at 8:43

Using jquery.js instead of jquery.pack.js causes HTML output problem

What steps will reproduce the problem?
1. Changing jquery.pack.js to just jquery.js
2.
3.

What is the expected output? What do you see instead?
Instead of just the textarea contents, when you use jquery.js you get the
entire page's html when you "show HTML" using the link that looks like <>

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 Feb 2008 at 7:33

Inconsistent Output Based on browser being used.

Using FF versus using IE produces different output in different situations
(<b> versus <  style="font-weight: bold;">)  

This causes a problem when you are trying to style the end result.  

in your css, you may have

b {
 font-family: Lucia;
 font-size: 120%;
}

If that is the case, you get VERY different results when using FF or IE.

However it appears that there is no way to insert a span with IEs
implementation of execCommand (from my limited understanding)


Original issue reported on code.google.com by issac.kelly on 5 Apr 2008 at 7:00

  • Merged into: #26

Conflict with UI: sortables and content disappearing

I am using jquery 1.2.6 with the latest release of jwysiwyg. I have a
textarea with a class of "blockedit" and am init the plugin with
$('.blockedit').wysiwyg();

On first page load the formatted text appears properly - however when
moving the LI that contains the textarea with the jquery UI: sortables
plugin the editor goes blank, loosing all text as well as locking itself so
that I cannot type within the input area.

This only occurred when the LI containing the textarea is moved -
reordering LI elements around the containing LI does not reproduce this
weird behavior.

Original issue reported on code.google.com by [email protected] on 17 Jun 2008 at 6:07

Web page addresses and e-mail addresses don't turn into links automatically

What steps will reproduce the problem?
1. type a adress like www.test.com
2. text isn't converted to a link

What is the expected output? What do you see instead?
Expected to create a link from it automaticly, it doesn't do that

What version of the product are you using? On what operating system?
Current

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 11 Feb 2008 at 1:19

How to set the initial value for the WYSIWYG editor.

I need to open the WYSIWYG editor when I double click on the text. So I
need to set the previous value to the editor.For that I used this code.

var iframe = $("#wysiwygIFrame"); 
var edit_body = $(iframe.document()).find('body');
edit_body.html(this.description);

But this is giving 

"Permission denied to get property HTMLDocument.nodeType' when calling
method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001e
(NS_ERROR_XPC_JS_THREW_STRING)" location: "<unknown>" data: no"

 error in firefox 2.0.0.16. It is working  fine in IE6 and firefox3.

When I debug I found that 
iframe.document() is returning "Document about:blank" in firefox2.0.0.16
but in firefox 3 it is returning "Docuemnt #" and it is having body.

Is this bug in the firefox2.0.0.16 or in plugin?
But It would be good if there is a function to set the initial value.

Original issue reported on code.google.com by [email protected] on 22 Sep 2008 at 12:20

can't get focus with firefox

i had discover the editor can't get focus with firefox,please tell me how
to fix it. thanks 

jquery version: 1.2.6 
jwysiwyg version:0.4
browser: firefox 3.0.1

Original issue reported on code.google.com by [email protected] on 17 Sep 2008 at 9:37

Attachments:

Original textarea is not updated

What steps will reproduce the problem?
1. The original <textarea> is not updated when updating the editor. Also I
can not get to the iframe > body with jQuery to retireve the updated content.

What is the expected output? What do you see instead?

Every time I enter something the original textarea should be updated

What version of the product are you using? On what operating system?

WYSIWYG - jQuery plugin 0.4 - browsing with Win/FF3

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 24 Jun 2008 at 3:42

Doesn't work in Opera 9.52 (and possibly others)

What steps will reproduce the problem?
1. Render in Opera
2. Click on buttons

What is the expected output? What do you see instead?
I expected to see the contents or text change but to no avail (asside from 
image insertions).

What version of the product are you using? On what operating system?
Site demo

Please provide any additional information below.


Original issue reported on code.google.com by deansofer on 6 Sep 2008 at 6:38

Could not edit when on HTML mode (IE6)

1. Type something
2. Click HTML

Could not edit value in textarea.

I'm using Windows XP & IE6


Original issue reported on code.google.com by donamkhanh on 31 Jul 2008 at 4:57

  • Merged into: #20

Doesn't work within a jQuery dialog

I have a simple dialog
<div id="dialog">
<textarea id="html_dialog_content" rows="13" cols="59">asdf</textarea>
..

that I'm opening with:  

$("#dialog").dialog({ 
modal: true, 
title:"Demo"
});

I've initialised the editor with this command:
$('#html_dialog_content').wysiwyg();

which works outside of the dialog but within the dialog I can not enter any
text. The controls are there and look good but it is pretty useless if I
can enter any text!

Thanks!

Original issue reported on code.google.com by [email protected] on 11 Sep 2008 at 7:58

Last character missing in the editor content

What steps will reproduce the problem?
1. Type a text in the editor (eg: Hello world)
2. Get the content (by clicking on Save for example)


What is the expected output? What do you see instead?
Expected : The exact content typed (eg: Hello world)
What i see : last character is missing (eg: Hello worl)

What version of the product are you using? On what operating system?
0.4 , Firefox 3 - linux (Ubuntu)

Please provide any additional information below.
It can be fixed in the code by changing the event keyDown() by keyUp()

 $(this.editorDoc).keyup(function() { self.saveContent();
}).mousedown(function() { self.saveContent(); });

Original issue reported on code.google.com by [email protected] on 24 Sep 2008 at 7:05

Not passing options causes an error

What steps will reproduce the problem?
1. Use 0.8.
2. Create an editor without passing options.

What is the expected output? What do you see instead?
An error, "options is undefined"

What version of the product are you using? On what operating system?
0.8 with Firefox 3b3, OSX 10.4.

Please provide any additional information below.
The fix is to include a test to check if options has been passed. Change
line 37 to:
 if ( options != undefined && options.controls )

Original issue reported on code.google.com by [email protected] on 22 Feb 2008 at 4:52

Current LI style conflicts with existing Drupal styles.

Actually Drupal, in the default theme (Garland) has a background image and
color for the LI style, so the background image (a small gray circle)
appears behind the toolbar image.

Just setting the background property to the same background color of the
current parent element (div.wysiwyg) it resets all the other properties,
including the background image of preceding CSS files.

So the line fixing this (line #6) is: 

div.wysiwyg ul.panel li { list-style-type: none; float: left; margin: 0
2px; background: #fff;}


Original issue reported on code.google.com by [email protected] on 23 Sep 2008 at 9:50

Req: To be able to drag images in the texfield

What steps will reproduce the problem?
1. write some text and add an image 
2. Now try to drag the image to another part of the text
3. you can't do this cause the image is locked and can't be repositioned

Original issue reported on code.google.com by [email protected] on 11 Feb 2008 at 10:42

Hyperlinks can't be changed (+bug)

What steps will reproduce the problem?
1. make a hyperlink
2. click the hyperlink again and click the hyperlink icon
3. the pop-up show no current hyperlink adress, but a empty field

What is the expected output? What do you see instead?
Expected: current hyperlink adress
instead: empty field

Please provide any additional information below.
When correcting a hyperlink this way will mess up the whole code. Instead 
of replacing it with the new hyperlink (the empty field), it just adds a 
new href:
<A href="http://test.com"><A href="http://bundleweb.com">vestibulum</A></A>

instead of:
<A href="http://test.com">vestibulum</A>

So in short:
1. Hyperlinks can't be changed
2. Adding a new link on an exsiting hyperlink will result in messed up code

Original issue reported on code.google.com by [email protected] on 11 Feb 2008 at 11:04

Cannot Edit Raw HTML

When I set html : {visible : true} and click the HTML button, a new text
box appears under the the WYSIWYG editor with the raw HTML. It's expected
that the original box would disappear and the user would be able to input
raw HTML. I see no way to save the input from the raw textbox and in
addition, you cannot input into the textbox at all in IE7.

Original issue reported on code.google.com by [email protected] on 21 Apr 2008 at 9:06

Problem with hidden textareas

What steps will reproduce the problem?
1.create your wysiwyg textarea in a div with style "display:none" 
2. FF throws error 0x80040111 (NS_ERROR_NOT_AVAILABLE)

Solution :
The problem occurs when editorDoc.designMode is set to on, but the target
textarea is hidden. Use css position:absolute instead of display:none to
display the textarea off-screen.


Original issue reported on code.google.com by [email protected] on 26 Jan 2008 at 8:46

adds unwanted <br> tags

What steps will reproduce the problem?
1. Loading the editor
2. changing to HTML code
3. or typing something and than chaninging to html code

What is the expected output? What do you see instead?
Output in HTML code should be empty, see <br> instead.
Output in HTML code should be the text only, see text and <br> at the end
instead.


What version of the product are you using? On what operating system?
0.1 on xampp with firefox 2.0

Please provide any additional information below.
btw. how can i change the code to XHTML that wanted <br> are inserted
correctly as <br /> ?

Original issue reported on code.google.com by [email protected] on 1 Mar 2008 at 8:00

Auto update textarea

Put this after "this.initFrame()":

//update textarea value on events
$('form').bind("submit", this.saveContent.closure(this));
$($(this.editor).document()).bind("keydown", this.saveContent.closure(this));
$($(this.editor).document()).bind("mousedown",this.saveContent.closure(this));

And put this closure on top of the file:
Function.prototype.closure = function(obj)
{
  // Init object storage.
  if (!window.__objs)
  {
    window.__objs = [];
    window.__funs = [];
  }

  // For symmetry and clarity.
  var fun = this;

  // Make sure the object has an id and is stored in the object store.
  var objId = obj.__objId;
  if (!objId)
    __objs[objId = obj.__objId = __objs.length] = obj;

  // Make sure the function has an id and is stored in the function store.
  var funId = fun.__funId;
  if (!funId)
    __funs[funId = fun.__funId = __funs.length] = fun;

  // Init closure storage.
  if (!obj.__closures)
    obj.__closures = [];

  // See if we previously created a closure for this object/function pair.
  var closure = obj.__closures[funId];
  if (closure)
    return closure;

  // Clear references to keep them out of the closure scope.
  obj = null;
  fun = null;

  // Create the closure, store in cache and return result.
  return __objs[objId].__closures[funId] = function ()
  {
    return __funs[funId].apply(__objs[objId], arguments);
  };
};

Original issue reported on code.google.com by [email protected] on 12 Feb 2008 at 12:41

Using the plugin in layers is not working in IE6

I'm using the Boxy jQuery plugin
(http://onehackoranother.com/projects/jquery/boxy/) to pop-up layered
dialogs containing wysiwyg textareas.  Works fine the first time the dialog
pops up but once dismissed, calling a pop up again that contains any text
or textarea fields prevents me from gaining focus on those fields until I
refressh the page completely.

What steps will reproduce the problem?
1. Pop-up a layered dialog containing a wysiwyg editor
2. Edit in a wysiwyg 
3. Close the pop-up
4. Repeat #1

What is the expected output? What do you see instead?
I should be able to edit form fields by gaining focus on them.
All edit fields (text & textareas) are not editable


What version of the product are you using? On what operating system?
0.4, winXP

Please provide any additional information below.
I have veryfied that once the pop-up is dismissed, all references to the
editor are removed from the DOM (div, iFrame...).  Somehow this seems to
fail even tho I couldn't find where.

Original issue reported on code.google.com by [email protected] on 1 Oct 2008 at 3:37

Webkit Headings Bugs

What steps will reproduce the problem?
1. Open Webkit, Navigate to jWysiwyg homepage
2. Clicking on any of the headings produces no results
3.

What is the expected output? What do you see instead?
Expected to see the text become a heading. Currently seeing nothing

What version of the product are you using? On what operating system?
Webkit Nightlys, OS X 10.5

Please provide any additional information below.
I've also noticed that the form input isnt focused by default after clicking 
one of the buttons, not 
sure if this is WebKit specific.

Original issue reported on code.google.com by [email protected] on 26 Sep 2008 at 6:13

  • Merged into: #17

Req: Tabels

I know that the idea is to keep this a smal as possible, but I realy miss 
a table function. If I want to show some figures, I mostly use tables to 
sort them out properly and thats what I realy miss here. Plz add this

Original issue reported on code.google.com by [email protected] on 11 Feb 2008 at 10:34

Req: Separation of toolbar from editable area

As I am working on a cms I have found it very useful to be able to edit
multiple areas on a single page. Instead of having multiple edit-toolbars,
I would very much like a single toolbar, positioned at a specific place.
As the user clicks through the editable areas, I would like to have the
ability to connect the editor to the now active area.
The functionality is much like the one found on pages.google.com

By the way, nice to see a working jquery editor.

Original issue reported on code.google.com by [email protected] on 18 Jun 2008 at 1:11

Doctype switch solves strange behaviour in IE7

Had an issue with initial html-content in IE7. Solved it by switching the
doctype in the script.

WYSIWYG - jQuery plugin 0.4

Original line 76:

            html : '<'+'?xml version="1.0" encoding="UTF-8"?'+'><!DOCTYPE
html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html
xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head><meta
http-equiv="Content-Type" content="text/html;
charset=UTF-8">STYLE_SHEET</head><body>INITIAL_CONTENT</body></html>',

Changed to:

            html : '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'+'<'+'?xml
version="1.0" encoding="UTF-8"?'+'><html
xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head><meta
http-equiv="Content-Type" content="text/html;
charset=UTF-8">STYLE_SHEET</head><body>INITIAL_CONTENT</body></html>',


Still wondering what that is good for: html : '<'+'? ... 


Original issue reported on code.google.com by [email protected] on 18 Aug 2008 at 5:18

Editor behaviour is different in IE6-7

What steps will reproduce the problem?
1. Open the editor in IE6-7
2. Click on B for bold and type some letters nothing happens
3. Now select the text and click B it becomes bold

Redo - Undo does not work in IE6-7

Even unordered list does not work - When you select an unordered list the
bullet appears on the first line, when enter is pressed instead of the
second bullet appearing a new paragraph is created.

What is the expected output? What do you see instead?
Expected as it works in firefox - When you select B and you type letters
they should be bold
In IE6-7 : you have to select the text and then click B.

What version of the product are you using? On what operating system?
I am using version 0.4 on windows

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 8 Jul 2008 at 7:13

Undo Function

An undo function would be quite helpful.  An errant click of one of the
header buttons wipes out most formatting.

Original issue reported on code.google.com by [email protected] on 18 Feb 2008 at 10:02

Does not work in IE6

What steps will reproduce the problem?
1. Open http://private.tietokone.com.ar/jquery.wysiwyg/ in IE6
2. Insert some text and select the text
3. Click e.g. the unordered list button

What is the expected output? 
Unordered List.

What do you see instead?
Error: Permission denied

What version of the product are you using? On what operating system?
IE6 WinXP

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Jan 2008 at 11:09

Improvement: Add Class

Or, add a generic attribute in general.

Is it possible to use the jquery implementation of attr and addClass for this?

Original issue reported on code.google.com by issac.kelly on 5 Apr 2008 at 7:02

Heading format does not work with IE6

What steps will reproduce the problem?
1. Write text
2. Select piece of text
3. Format with H1,H2,H3

What is the expected output? What do you see instead?
It should format the text. Nothing happens.

What version of the product are you using? On what operating system?
0.1 with Internet Explorer 6

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 6 Mar 2008 at 10:36

Support form reset buttons

Something like this at the end of init():

$('form').bind('reset', function () {
    self.setContent(self.original.defaultValue);
});

Original issue reported on code.google.com by [email protected] on 13 Jul 2008 at 5:51

HTML is stripped from Initial content

What steps will reproduce the problem?
1. Have some HTML code in the textarea that you convert to a wysiwyg
editor. Once the editor loads - it strips the HTML

What is the expected output? What do you see instead?
HTML should be used to format the text


What version of the product are you using? On what operating system?
jwysiwyg 0.4

Please provide any additional information below.
This can be easily fixed by changing line 376 (roughly) from:

this.initialContent = $(element).text();

to

this.initialContent = $(element).html();



Original issue reported on code.google.com by [email protected] on 27 Jun 2008 at 3:52

Set a clear() function.

A function to clear all text from the control. Perhaps to catch the
form.reset action and clear it.

Something working like this.

{{{
// Initialize the control
$('#wysiwyg').wysiwyg();

// Clear all text from it
$('#wysiwyg').clear();
}}}

Original issue reported on code.google.com by joksnet on 27 Mar 2008 at 9:57

h1, h2, h3

What steps will reproduce the problem?
1. select text
2. apply h[1,2,3] tag
3. click "removeFormat" button - no actions, click h[1,2,3] - no actions

What is the expected output? What do you see instead?

I want see text without h[1,2,3] 

What version of the product are you using? On what operating system?

jQuery 1.2.2 (pack)
WYSIWYG - jQuery plugin 0.2

Please provide any additional information below.

in attach png file


Original issue reported on code.google.com by [email protected] on 29 Apr 2008 at 6:10

Attachments:

Editor doesn't work in IE6

What steps will reproduce the problem?
1. tested on 2 computers

What is the expected output? What do you see instead?
errors

What version of the product are you using? On what operating system?
0.2 on homepage and on my sites

Original issue reported on code.google.com by [email protected] on 19 Mar 2008 at 1:53

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.