taoguan / jwysiwyg

Automatically exported from code.google.com/p/jwysiwyg
0 stars 0 forks source link

Show false in editor content area #152

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I am using this editoron my http://www.int-on.com/myresumebook/

   Please login here with username ---> jack
                        & password ---> 123456 

2. You will get profile page by 

   http://www.int-on.com/myresumebook/resume/profile/

3.Please click on Image with Text Create a ResumeBook

4.Now you will get edit CV page

5.On my edit cv page click on edit link in right side custom block  and
drag custom block , now editor show "false" and my content will lost.

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

I want on drag my content remains unchanged

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

Please help me about it.

Thanks
Ziya

Original issue reported on code.google.com by ziya.int...@gmail.com on 16 Jan 2010 at 8:51

GoogleCodeExporter commented 8 years ago
Hello, I try to retry your steps, but cannot reproduce your troubles.

I've tested it in Google Chrome 4.0.295.0.

Original comment by akzhan.a...@gmail.com on 18 Jan 2010 at 11:19

GoogleCodeExporter commented 8 years ago
Thanks For Replying ME,

Please go through attached doc.

Thanks
Ziya

Original comment by ziya.int...@gmail.com on 19 Jan 2010 at 4:47

Attachments:

GoogleCodeExporter commented 8 years ago
I suppose that's due to https fix.

Try to remove code piece 
src="javascript:false"

I'll update sources if it is.

Original comment by akzhan.a...@gmail.com on 5 Feb 2010 at 3:02

GoogleCodeExporter commented 8 years ago
Where ?

Original comment by ziya.int...@gmail.com on 6 Feb 2010 at 11:59

GoogleCodeExporter commented 8 years ago
I have the same problem!
i tried to remove the src="javascript:false" and the false desapeard but it's
impossible to write on the frame.

Original comment by theoverb...@gmail.com on 8 Feb 2010 at 10:46

GoogleCodeExporter commented 8 years ago
Fixed in trunk. Please use version from SVN.

Original comment by akzhan.a...@gmail.com on 10 Feb 2010 at 3:30

GoogleCodeExporter commented 8 years ago
How we can use version from SVN.

Original comment by ziya.int...@gmail.com on 12 Feb 2010 at 11:04

GoogleCodeExporter commented 8 years ago
Simply run this:

svn checkout http://jwysiwyg.googlecode.com/svn/trunk/ jwysiwyg

or use any another SVN client like TortoiseSVN

Original comment by akzhan.a...@gmail.com on 12 Feb 2010 at 11:17

GoogleCodeExporter commented 8 years ago
This version remove showing false error, but i am unable to write anything in 
it. 

Original comment by ziya.int...@gmail.com on 12 Feb 2010 at 3:19

GoogleCodeExporter commented 8 years ago
Please make sample html page where i can test it. and attach it in zip archive 
here.

Original comment by akzhan.a...@gmail.com on 12 Feb 2010 at 3:21

GoogleCodeExporter commented 8 years ago
With simple page i don't have any issue.

Original comment by ziya.int...@gmail.com on 12 Feb 2010 at 3:29

GoogleCodeExporter commented 8 years ago
i had a similar issue... that happend to me when using jwysiwyg with jquery ui
dialog...when the i tried to "convert" the textarea before showing up the 
dialog it
would be impossible to write on that but when the textarea was visible it
worked!watch out for display:none on your elements!

Original comment by theoverb...@gmail.com on 15 Feb 2010 at 2:53

GoogleCodeExporter commented 8 years ago
I've got the same problem, with current SVN version the false Message is gone,
but i can't edit any text.

Can this be a problem when the Editor is placed in an Area that is loaded with
AJAX?

Original comment by johgep on 31 Mar 2010 at 2:34

GoogleCodeExporter commented 8 years ago
you should not forget, new version is on http://github.com/akzhan/jwysiwyg this 
SVN
is deprecated.

Original comment by serg...@gmail.com on 31 Mar 2010 at 7:16

GoogleCodeExporter commented 8 years ago

Original comment by akzhan.a...@gmail.com on 2 Apr 2010 at 3:41

GoogleCodeExporter commented 8 years ago
I've had the same problem. Removing "javascript:false" fixed it. 
FYI, I've been using jwysiwig in a modal dialog popup.

Original comment by vlad.lei...@gmail.com on 11 May 2010 at 11:24