NAME

Maplat::Web::BrowserWorkarounds - filter pages to display correctly in various browsers

SYNOPSIS

This module filters generated pages and headers so they will display correctly in different browsers

DESCRIPTION

This module registers itself in pre- and postfilter. It does various things to the browser request and server response to compensate for different browser issues. Currently, only a workaround for Firefox is implemented.

Configuration

<module>
        <modname>workarounds</modname>
        <pm>BrowserWorkarounds</pm>
        <options>
                <pagetitle>Workarounds</pagetitle>
        </options>
</module>

it is highly recommended to configure this module as the last module, so it can clean up after everything else is done.

Dependencies

This module does not depend on other webgui modules.

SEE ALSO

Maplat::Web

AUTHOR

Rene Schickbauer, <rene.schickbauer@magnapowertrain.com>

COPYRIGHT AND LICENSE

Copyright (C) 2009 by Rene Schickbauer

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.