Skip navigation
JulesN
Currently Being Moderated

Template problem with cs5

May 4, 2010 1:43 PM

I've transferred all my sites to cs5 (from cs4).  I build all my sites with DW templates.  When I bring up my pages from any site in DW cs4, I can edit them no problem.  When I bring them up in cs5, all of a sudden I have the "no-edit" symbol (red circle crossed) when I try to type over any editable areas.  Is there a setting that I am missing that I forgot to readjust when I loaded the files in cs5?

 

Thanks in advance

Jules

  • Currently Being Moderated
    May 6, 2010 10:38 AM

    I am having the exact same issue.  Attempting the change you suggested now to see if this corrects my problem..

    |
    Mark as:
  • Currently Being Moderated
    Community Member
    May 6, 2010 11:48 AM

    I agree!  I'm currently attempting to update a site I took over a few years ago.  The main page is wrapped inside of a "container" div which is in the non-editable region... and no matter what I've attempted.. not working.  I may have to play with the primary container to get this functioning again.. def something Adobe needs to hear about .. at least make it backward compatible for a while and let us all transition over... etc...

    |
    Mark as:
  • Currently Being Moderated
    Community Member
    May 6, 2010 12:40 PM

    I just reported a bug to Adobe.  You have the work around for more simple DIV structures, but Adobe cannot possibly expect us to modify sites that have hundreds of DIV statements. And as for a very complex nested DIV structure as I have here, this solution does not fix the problem, only creates more.  As well, it it were not a bug, the code view window would not function unless the div was properly placed as well.

    |
    Mark as:
  • Currently Being Moderated
    Community Member
    May 7, 2010 1:02 PM

    PERFECT! The solution worked even with my container DIVs.  Thanks for sharing and agree.. needs to be fixed.  Did Adobe seem as though it was a known issue?

    |
    Mark as:
  • Currently Being Moderated
    May 8, 2010 6:21 AM

    Just wanted to add a "me too"... I had an overflow:hidden in my CSS.  Commenting it our solved the problem of not being able to edit.

    |
    Mark as:
  • Currently Being Moderated
    Aug 4, 2010 10:22 AM

    It is 3 months after you reported this problem and it still seems to be unsolved by Adobe. I just installed the last update and the problem is still there. I work with Dw since version 3 and this is the first time I keep going back to a previous version. First Dw CS5 kept crashing, this seems solved, but still when I quit the program I get an error. I can live with that but not with this template/CSS issue. Do you still need to turn of the overflow: hidden?

    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Aug 4, 2010 11:05 AM

    Yes, I already have send a bug report.

    Hope they will follow this up soon. More 'funny' things occur while working with Dw CS5 but I cannot get into all of them, so I keep going back to CS4 instead. Not good.

    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Aug 4, 2010 11:06 AM

    And like you, I never had this before with Adobe products.

    |
    Mark as:
  • Currently Being Moderated
    Adobe Employee
    Aug 4, 2010 11:34 AM
    Yes, I am still having to turn off overflow:auto in css!  And yes, it still annoys me.

     

    The work around for that problem is to create a .css file with this rule:

     

    * {

                    overflow: visible !important;

    }

     

    And apply the style sheet as a Design-time Style Sheet.

     

    Note that this will always disable all overflow properties on your page. You can be more selective, if desired. Using the example from above:

     

    #contentLeft {

                    overflow: visible !important;

    }

     

     

    Hope this helps,

    Randy

    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Aug 4, 2010 1:09 PM

    Sorry, this is still not workable for me, too much a hassle turning it on and off (surely I will forget the off-part). I rather go back to CS4. Are you guys going to update this bug or what is the story behind this?

    |
    Mark as:
  • Currently Being Moderated
    Adobe Employee
    Aug 4, 2010 1:26 PM

    Sorry, this is still not workable for me, too much a hassle turning it on and off (surely I will forget the off-part). I rather go back to CS4.

     

    This handling of overflow elements goes back a few releases, so I believe it works the same in CS4. Maybe you are seeing a different problem.

     

    You don't need to turn off Design-time Style Sheets (DTSS). I also forgot to mention that if you apply the DTSS to the Template, then it will automatically get applied to pages that are generated from that Template (even if you apply it to the Template after the page has already been generated), so you don't need to apply it to each page.

     

    Regards,

    Randy

    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Aug 4, 2010 1:49 PM

    Thanx, I wasn't familiar with DTSS, that indeed should solve the problem. But the issue doesn't appear in CS4: same site in CS4 doesn't have the problem.

    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Aug 5, 2010 2:19 PM

    I understand it is on the list at Adobe of bugs to be solved. I have made a DTSS and it it is a great solution. Just a pity it is necessary to make one at all :-). If you make one, take care to do it right so that the link won't be written in the source. The correct way to do it is described in Help.

    |
    Mark as:
  • Currently Being Moderated
    Aug 11, 2010 2:12 PM

    Please add me in as one more person experience this problem. I have been waiting on an Adobe fix for it but nothing yet. Thanks to the forum people for putting up a work around. I don't know how long it would have taken me to figure that out. I have been working in code view on my sites with this issue and am glad to not be forced to do that. Some things I am just more comfortable with in design view.

     

    Tammie

    |
    Mark as:
  • Currently Being Moderated
    Dec 7, 2010 1:26 PM

    Hi,

     

    I'm having problem as well in CS5 where the overflow:auto doesn't allow for editing with the editable regions of the DW template. However, is there a substitute for overflow:auto? It appears that, in my case, it's necessary for design purposes and cannot be commented out.

     

    Has anyone found a workaround solution for overflow:auto working with the editable region of the template? Thanks for the discussion!

    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Dec 7, 2010 2:07 PM

    Did you try the Design Time Style Sheet as described above, this way you don't need to comment out the overflow.

    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Dec 7, 2010 2:49 PM

    That worked. Thank you!

    |
    Mark as:
  • Currently Being Moderated
    Mar 2, 2011 3:11 AM

    Right after updating to CS5 (yes I'm a late updater) I ran into this issue with the very first thing I ever did in Dreamweaver CS5.

     

    As a workaround, okay, Design time stylesheets work.

     

    But the bug should still be fixed. I've been using Dreamweaver ever since Version 2. Apart from other things it's supposed to be a tool that offers controlled visual web editing via templates and editable areas. In the past that worked (at whatever level the software and web techniques where) with code as is, just add your editable areas to the template.

     

    Now it's a tool that can offer visual editing if you add a special stylesheet to your sites. It didn't need that before and it's just one more step that's unnecessary. Technically  it's a minor gremlin but the effect on usability is terrible. How are you going to explain this to the kind of user who uses dreamweaver and types into editable areas precisely because he doesn't want to deal with the insides of the HTML code and relies on his web guy to set up the templates so that he as an editor can't break anything. Not good at all.

     

    Christian

    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Mar 2, 2011 3:46 AM

    I totally agree!!!

     

    Besides this bug there are two more I have to deal with (on Mac):

     

    1. After a click on a style in panel Styles all the styles disappear
    2. Panel Files always opens blank after opening Dw

     

    Nr. 2 is not new in CS5, hope the other ones mentioned will not be staying as well.

    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Mar 2, 2011 8:35 AM

    I am shocked that after this many months they haven't fixed the issue. I am not sure how they plan on keeping brand loyalty when we who buy the product feel like they could care less if we are satisfied with it.

     

    Tammie O'Neal

    |
    Mark as:
  • Currently Being Moderated
    Community Member
    Mar 6, 2011 3:06 PM

    Yes, Jules, that indeed is the solution, no more blank panels, very happy with this, thanks!!!

     

    Cheers,

    Frances

    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Legend

  • Correct Answers - 10 points
  • Helpful Answers - 5 points