Announcement

Collapse
No announcement yet.

Bug in Filtering and Search

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Bug in Filtering and Search

    Not sure if this has already already been reported /queried before or not?

    In the Standard Search Result List and Tabular Search Result List

    there is:

    Code:
    <ACTINIC:SEARCH_RESULTS>
    <div id="SearchResults">
    <actinic:variable name="SearchResult" value="Standard Search Result"/>
    </div>
    </ACTINIC:SEARCH_RESULTS>
    If you view source code of a search / filtering results page this code repeats. I assume as required?

    However, in a HTML document an ID attribute should not be repeated, and should be used only once on a given page.

    This can give unusual results depending on the browser a page is displayed in and the document type used.

    #2
    Advised by SellerDeck now raised as a bug

    Comment

    Working...
    X