ICEfaces
  1. ICEfaces
  2. ICE-990

MenuItem does not write the target attribute.

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.5
    • Fix Version/s: 1.5.1
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      Operating System: Windows XP
      Platform: PC

      Description

      The MenuItem is not rendering the target attribute when links are specified in a
      MenuItem.

      Carlo identified this issue and was able to work around it as follows;

         <script>
             function showMedium( sUrl ) {
                 popup_win = window.open( sUrl, '', 'width=800, height=600,
      scrollbars=yes, resizable=yes, status=no, location=no, menubar=no');
             }
         </script>

      <ice:menuItem value="About ICEfaces" link="javascript:
      showMedium('http://www.icefaces.org&#39;)"/>

        Activity

        Hide
        Greg McCleary added a comment -

        It appears that the target attribute is missing from the MenuItemTag class.

        I will also check the component-dt meta-data.

        Show
        Greg McCleary added a comment - It appears that the target attribute is missing from the MenuItemTag class. I will also check the component-dt meta-data.
        Hide
        Greg McCleary added a comment -

        The "target attribute was missing from the MenuItemTag class.
        It has now been added to the MenuItemTag class[rev. 12100] and the component-dt
        meta-data [rev. 12101].

        Show
        Greg McCleary added a comment - The "target attribute was missing from the MenuItemTag class. It has now been added to the MenuItemTag class [rev. 12100] and the component-dt meta-data [rev. 12101] .

          People

          • Assignee:
            Greg McCleary
            Reporter:
            Greg McCleary
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: