Extend WebClientInfo with the possibility to extract the exact browser version
------------------------------------------------------------------------------

                 Key: WICKET-3679
                 URL: https://issues.apache.org/jira/browse/WICKET-3679
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-core
    Affects Versions: 1.5-RC3
         Environment: Major browsers and their most used versions
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov
            Priority: Minor


A colleague of mine gave some love to WebClientInfo so now it is possible to 
extract exact information which browser and its major/minor version.
This way it is quite easy to generate something like:
<html class="ie7">, or even <html class="ff3.7">, ...
instead of using IE conditional comments for IE and no way to do that for 
FF/Chrome/Safari.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to