CodeCanyon

Pure Rich Text Editor Lite

  • Bought between 50 and 99 items
  • Has been a member for 3-4 years
  • United Kingdom

Looking really nice so far! Its not working in IE9 for me though (Version 9.0.8112.16421). Not in the demo nor the downloaded file. I can type in the box (obvisously!) but none of the buttons have any effect.

code937

It has been tested in IE9 before it went live – I’m currently working from a mac at the moment so I’m unable to test but i will look into this again.

  • Bought between 50 and 99 items
  • Has been a member for 3-4 years
  • United States

I ran into a problem with this. Sometimes I don’t receive what’s been typed into the text box, 2 out of every 10 posts I submit, it only returns the default message I had before I started typing into the box, so I end up loosing everything I wrote.

Something I would also suggest is, when copying from another site, and pasting back to the text box, it pastes everything including background. It would be nice if you can make it strip certain tags so it doesn’t paste everything. Leaving the background color out, font style, ect… and just leave the basics like the link, underline, strong, ect…

code937

Could you tell me if the box you’re trying is the very last box you’re inputting into before pressing save … I ask because the only way this could be happening is that if the form is being submitted before the script has had a chance to update the hidden text area with the new code – this happens every time you lose focus of the special editable area, and in my mind the only way this could happen is if the form was being submitted before it had a chance to do this.

If so, try an experiment for me; Always click in some white space on the page before submitting the form – if it works every time without a problem then the above is definitely whats causing this.

Look forward to your response, if you want to send me examples please don’t post them on here but email me directly through my profile.

Cheers

Default-user

I think its fixed now, dont know if it had to do with me putting the jquery code right under the textbox inside of the form instead of having it after the submit button because I have some other jquery doing validation. But now I have it under the submit and looks like its working now. I think that was causing it to not update fast enough.

code937

super fab. thanks for getting back to me =]

Default-user

Yes, its working better but it still does it sometimes. I even removed the validation. But this time I notice it more when I type something quick and press submit right away, like in 2 to 3 seconds. Sometimes I get nothing submitted, and sometimes I get half of what I typed. But its doing it less than before. But it still happened to me about 6 times from about 40 posts since last night. I’ll email you a link to my site with a test login incase you want to test it out.

code937

emailed you with a fix for your issue.

Cheers

  • Bought between 100 and 499 items
  • Has been a member for 3-4 years
Mick_ Purchased

Hi,

Is it possible to obtain a br > valid ?

br > -->  br / >

Thanks!

Mick

code937

Hi Mick,

Could you re-word your question so i can make sure i understand your request properly.

Many Thanks

Default-user
Mick_ Purchased

Hi,

The line breack are recorded with a br not valid.

Do you think that it is possible to obtain a line breack valid <br /> ?

>Line breack and W3c validation.

Thanks! :)

Mick

code937

The code generated is generated by the browser using technology which is not controlled by the script, there is scope to validate the code before its submitted but there is no planned maintenance to sort this in the coming weeks. Keep your eye on the script for updates and i’ll do my very best to look at this during the next update. Many thanks.

  • Bought between 50 and 99 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Netherlands
  • Sold between 1 000 and 5 000 dollars

I think your answer above applies to my comment also, but whenever i use enter to break the line (while using chrome) it creates an instead of
..

  • Exclusive Author
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • Sold between 100 and 1 000 dollars

does this support for images and video?

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 1-2 years
  • Turkey

Pure Lite clash

work independently of each other

you can watch the following video

http://www.screenr.com/9k98
code937

This seems to be a UI bug rather than a functionality bug, where by the button state is incorrect when clicking between editors on one page. I will look into this and get back to you when i can.

batuhangoksu

thanks Could you give information after the update

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 1-2 years
  • Turkey

By making a request or suggestion to copy and paste data is added to RTE that match your html characters optionally be provided clean right?

  • Bought between 10 and 49 items
  • Exclusive Author
  • Germany
  • Has been a member for 2-3 years

are you planning to add additional functions to this editor? i really miss some basic functions like lists and alignment… but great work so far!

thx :)

code937

Its definitely on the cards however im so far behind on my schedule at work at the moment i honestly have no idea when this might be – it will be before Feb, but i can’t say when, could be 2 weeks, could be 2 months =[ so sorry!

  • Bought between 10 and 49 items
  • Has been a member for 5-6 years

I’m having troubles, it doesn’t submit changes when I edit on the html view, only when I work on the WYIWYG . Any ideas?

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

Well this be updated to work with the latest jQuery Version?

code937

I’ll look to get an update out this month, i can’t promise but ill do my best. Cheers

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

hi, i’m having troubles with val(); i try to assign a value trought jquery like this $(“descripcion”).val(“texto”); but doesn’t work…! any idea ?

code937

your selector looks incorrect, you should be using a class which starts with a dot or an id which starts with a hash. e.g.

$(”.description”).val(‘texto’);

by
by
by
by
by