The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.

prefilter

Internal function.

postfilter

Internal function.

Dependencies

This module does not depend on other webgui modules.

SEE ALSO

Maplat::Web

AUTHOR

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

COPYRIGHT AND LICENSE

Copyright (C) 2008-2010 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.