anonym | Anmelden | Neues Konto anmelden | 2022-05-28 14:05 UTC |
Startseite | Übersicht | Probleme anzeigen | Änderungsprotokoll | Roadmap | Dokumentation | Konto |
Einfache Problemansicht anzeigen [ Zu Notizen wechseln ] | [ erweiterte Anzeige ] [ Problem-Historie ] [ Drucken ] | ||||||
ID | Kategorie | Auswirkung | Reproduzierbar | Meldungsdatum | Letzte Aktualisierung | ||
0000084 | [Mascot] general | kleinerer Fehler | immer | 2011-11-22 19:02 | 2012-08-29 20:16 | ||
Reporter | guillaumeclaret | Anzeigestatus | öffentlich | ||||
Bearbeitung durch | xclerc | ||||||
Priorität | normal | Lösung | erledigt | ||||
Status | erledigt | Produktversion | 1.0-beta | ||||
Zusammenfassung | 0000084: Invalid generated HTML, icons not working with Firefox | ||||||
Beschreibung |
The report generated with the Html backend is not W3C compliant; this would be solved adding an appropriate header, using "margin: auto;" for the "table.report" style instead of "<p align="center"> … " and removing the "'". Moreover, icons for errors/warnings/info are not displaying with Firefox (since it first sees an empty "src" attribute, what is forbidden). A working solution for me is: .error { width: 16px; height: 16px; background: url(data:image/png;base64 … ); } instead of: img.error { width: 16px; height: 16px; vertical-align: bottom; content: url(data:image/png;base64 … ); } and: <div class="error"></div> instead of: <img class="error" alt="error"/> |
||||||
Zusätzliche Information | |||||||
Tags | Keine Tags zugeordnet. | ||||||
Angehängte Dateien | |||||||
|
Zu diesem Problem gibt es keine Notizen. |
Mantis 1.1.7[^] Copyright © 2000 - 2008 Mantis Group |