Contribute Repeating Region Glitches

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Contribute Repeating Region Glitches

    I'm having a problem with Contribute Repeating Regions that I've not found
    dicussed/documented anywhere. This is NOT the problem documented
    [url]http://www.macromedia.com/support/contribute/ts/documents/repeat_region.htm[/url].

    I've added the code below. Now, here's the problem. The MUI works perfectly
    in DW8. No issue whatsoever. In Contribute 3.1, the MUI appears, but is only
    partially functional.

    - The + button only shifts the cursor focus between editable regions within
    the repeating region.
    - The - button deletes a repeated section properly.
    - The up arrow shifts the focus to the previos repeated section
    - The down arrow shifts focus to the next repeated section

    The HTML and CSS are valid. The structure is hybrid table/CSS, with a single
    table for main structure (header, sidebar, content), and semantic markup with
    DIV containers for everything else. This IS a nested template situation.

    Is Contribute really this difficult to work with?


    <!-- TemplateBeginRepeat name="Content Section" -->
    <div class="contentSection-container">
    <h3 class="contentSection-title"><!-- TemplateBeginEditable name="Section
    Title" -->Section Title<!-- TemplateEndEditable --></h3>
    <div class="contentSection-text">
    <!-- TemplateBeginEditable name="Section Text" -->
    Section text goes here.
    <!-- TemplateEndEditable -->
    </div>
    </div>
    <!-- TemplateEndRepeat -->

    dd06 Guest

  2. Similar Questions and Discussions

    1. Repeating region error
      When using the up and down arrows to move an element of a repeating region, I get the following error in Dreamweaver: While executing onLoad in...
    2. Fixing Repeatable Region Display Glitches
      Over the last two days I have been attempting to address a glitch where Contribute incorrectly renders the controls for repeatable regions. The...
    3. Repeating Region Won't Repeat--Permissions?
      I'm having a problem with a repeating region that refuses to repeat. When I try to click the "+" button in the repeating region via Contribute, I...
    4. Repeating region bug/problem
      I have a repeating region right aligned within a cell that is on the right side of the page (the table is 100% width). Upon going into edit mode I...
    5. Repeating Region
      Hello all, I have a repeating region for a navigation bar. (Link | Link | Link) The repeating region looks like this: <REPEAT BEGIN><EDITABLE...
  3. #2

    Default Re: Contribute Repeating Region Glitches

    Bump. Anyone having similar problems even?
    dd06 Guest

  4. #3

    Default Re: Contribute Repeating Region Glitches

    The problems you are describing seem fairly serious. I would describe the topic
    as "repeatable regions are broken". Surely if they were broken there would be
    other people with this problem?

    I have experimented with repeatable regions, and they have allways worked fine
    for me, albeit with some rendering issues.

    Are you certain that your issues are not a perception issue (ie: you're
    repeating your default regions, so they all look the same and it only APPEARS
    to be shifting focus instead of creating new regions?)

    VVebbie Guest

  5. #4

    Default Re: Contribute Repeating Region Glitches

    Thanks for the reply, \/\/ebbie.

    Surely if they were broken there would be other people with this problem?

    I'd think so. Our company uses DW Templates almost to their breaking limit,
    often with 5 or more nested template generation. We've come across issues in
    the past that have been seemingly non-existant. Until we found it.

    Are you certain that your issues are not a perception issue...

    Yes. Guaranteed. This has been tested every which way... The problem is
    either a bug, or an enormous oversight on our part.

    My thoughts are that Contribute's sub-par CSS rendering capabilities are
    playing a hand in this...

    dd06 Guest

  6. #5

    Default Re: Contribute Repeating Region Glitches

    Yeah, I got the exact some problem.
    gjasonh Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139