code937
- Bought between 1 and 9 items
- Exclusive Author
- Has been a member for 1-2 years
- Referred between 1 and 9 users
- Sold between 1 000 and 5 000 dollars
- United Kingdom
114
Purchases
Buyer Rating:
4.14 stars
4.14 average based on 29 ratings.
(more information)
-
5 Star
1655%
-
4 Star
724%
-
3 Star
26%
-
2 Star
26%
-
1 Star
26%
| Created | 15 June 12 |
| Last Update | 24 June 12 |
| Compatible Browsers | IE9, Firefox, Chrome |
| Software Version | jQuery |
| Files Included | JavaScript JS, HTML, CSS |
© All Rights Reserved code937 -
Contact Envato Support


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.
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.
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…
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
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.
super fab. thanks for getting back to me =]
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.
emailed you with a fix for your issue.
Cheers
Hi,
Is it possible to obtain a br > valid ?
Thanks!
Mick
Hi Mick,
Could you re-word your question so i can make sure i understand your request properly.
Many Thanks
Hi,
The line breack are recorded with a
brnot valid.Do you think that it is possible to obtain a line breack valid
<br />?>Line breack and W3c validation.
Thanks!
Mick
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.
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
..
does this support for images and video?
Pure Lite clash
work independently of each other
you can watch the following video
http://www.screenr.com/9k98This 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.
thanks Could you give information after the update
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?
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
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!
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?
Well this be updated to work with the latest jQuery Version?
I’ll look to get an update out this month, i can’t promise but ill do my best. Cheers
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 ?
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’);