Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-1456

ImageMap blocks Image functionality

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 1.3.2
    • 1.5-M2.1
    • wicket
    • None

    Description

      ImageMap is applied to an img tag, which means you can't apply an Image to that tag anymore. Since ImageMap does not supply the functionality of Image, this means it's impossible to treat an imagemap's image like a Wicket image (including dynamic rendering). And because ImageMap is final (why?), it's also not possible to extend it and add that functionality.

      I see three possible fixes:

      1: The easiest and ugliest fix: make ImageMap not final, and have the user figure it out.
      2: Add Image functionality to ImageMap. This duplicates functionality (since ImageMap can't inherit directly from Image), and might give problems in the future when new functionality is added to Image.
      3: Consider the current ImageMap broken, and replace it with a different approach: apply ImageMap to a <map> tag, use a regular image for the <img> part, and add to Image a method to link it to an ImageMap. I prefer the third solution, although it will break compatibility with existing ImageMaps. Perhaps a new DynamicImageMap could be added?

      Attachments

        1. wicket-1456.patch
          6 kB
          Martijn Vos

        Issue Links

          Activity

            People

              ivaynberg Igor Vaynberg
              mcv Martijn Vos
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 24h
                  24h
                  Remaining:
                  Remaining Estimate - 24h
                  24h
                  Logged:
                  Time Spent - Not Specified
                  Not Specified