Images added in Cuteeditor Designer are treated as DIV, instead of IMG in Firefox

Last post 11-25-2011, 12:53 PM by Kenneth. 4 replies.
Sort Posts: Previous Next
  •  11-25-2011, 2:20 AM 71627

    Images added in Cuteeditor Designer are treated as DIV, instead of IMG in Firefox

    When I add two or more images in CuteEditor Designer Area using Mozilla Firefox browser, then all the images except the first one are treated as DIV in Firefox, This information I can get double clicking on the added images. while the First image is treated as IMG.
     
    However, all the images are treated as IMG in Internet Explorer.
     
    Because of this , I am  not able to perform the Drag and Drop functionality on images in Firefox. can anybody help me out here.
     
    -Gaurav
     
     
  •  11-25-2011, 4:39 AM 71628 in reply to 71627

    Re: Images added in Cuteeditor Designer are treated as DIV, instead of IMG in Firefox

    Also, this seems to be working fine till the time the omages are not overlapped. But, when you overlap the images over each other, then some of the images get converted into DIV and thus the Drag and drop feature is lost for those images in  Firefox.
     
    -Gaurav
  •  11-25-2011, 6:32 AM 71629 in reply to 71628

    Re: Images added in Cuteeditor Designer are treated as DIV, instead of IMG in Firefox

    Hi sanjay.joshi,
     
    I can not reproduce this issue.
     
    Can you try on demo http://www.cutesoft.net/example/general.aspx? Does it get the same issue?
     
    Can you show me the html code what you get?
     
    I inserted the three images continuously, the code below is what I get.
     
    <img alt="" src="http://cutesoft.net/uploads/12.jpg" border="0" /><img alt="" src="http://cutesoft.net/uploads/Cindy_Crawford.jpg" border="0" /><img alt="" src="http://cutesoft.net/uploads/10n2.jpg" border="0" height="85" width="135" /> 
     
    Regards,
     
    Ken
  •  11-25-2011, 6:52 AM 71634 in reply to 71629

    Re: Images added in Cuteeditor Designer are treated as DIV, instead of IMG in Firefox

    I get the following HTML:
     
     <img style="position: absolute; left: 20px; top: 20px;" src="https://d2img01/C09C5F897CC84DCC800E751B1B93A326/pix/d0ac8de1cc174a2c96b4a74ca855353e.JPG" alt="" />
     
    <div id="ParentDIV" style="position: absolute; overflow: hidden; width: 194pt; height: 124pt;">
    <img style="position: absolute; left: 147px; top: 19px;" src="https://d2img01/C09C5F897CC84DCC800E751B1B93A326/pix/5f7f6daae3b84f1b9bdff817cdd16f92.JPG" alt="" />
    </div>
     
     While I should get the following HTML for all the images to work properly:
     
     <div id="ParentDIV" style="position: absolute; overflow: hidden; width: 194pt; height: 124pt;">
        <img style="position: absolute; left: 20px; top: 20px;" src="https://d2img01/C09C5F897CC84DCC800E751B1B93A326/pix/5f7f6daae3b84f1b9bdff817cdd16f92.JPG"  alt="" />
        <img style="position: absolute; left: 20px; top: 20px;" src="https://d2img01/C09C5F897CC84DCC800E751B1B93A326/pix/d0ac8de1cc174a2c96b4a74ca855353e.JPG"  alt="" />
    </div>
     
     
  •  11-25-2011, 12:53 PM 71645 in reply to 71634

    Re: Images added in Cuteeditor Designer are treated as DIV, instead of IMG in Firefox

    Hi sanjay.joshi,
     
    Please try on demo http://www.cutesoft.net/example/general.aspx, do you get the same problem on the demo page?
     
    I think your developer write some other code to insert the <div> target. 
     
    I suggest you try the default package below and do not change any code of it for the test.
     
    http://www.cutesoft.net/downloads/folders/21904/download.aspx 
     
    Regards,
     
    Ken
View as RSS news feed in XML