Opened 14 years ago
Closed 13 years ago
#5973 closed Bug (expired)
Insert space in ckeditor and I cant trim the value in it
Reported by: | jsflim | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
I'm trying to insert a space (entering space keybar) in my ckeditor and trim what ever value in it. Supposingly it should return me null or "" value but i still get the space value after i trim it.
Change History (2)
comment:1 Changed 14 years ago by
Keywords: | Pending added |
---|
comment:2 Changed 13 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
I was not able to reproduce it either. Data gets trimmed.
In what browser are you experiencing this ? For me, using editor.getData() returns trimmed value in both FF and IE.
Can you provide some more informations, maybe source of the editor which causes this ?