Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1a0025cb

Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt

  • ID 1a0025cb12fc0b04fc2befedbc2b29764a13f257
  • Vorgänger 256c879b
  • Nachfolger 9d3ce6e8

Die Events auf <form> sorgen im Internet Explorer 7 dafür, dass Drop-Down-Boxen beim Loslassen des Mousebuttons sofort wieder geschlossen werden. Fix für Bug 765.

Unterschiede anzeigen:

templates/webpages/am/config_de.html
<div class="listtop">[% title %]</div>
<form method="post" action="am.pl" name="Form" onKeyUp="highlight(event)" onClick="highlight(event)">
<form method="post" action="am.pl" name="Form">
<ul id="maintab" class="shadetabs">
<li class="selected"><a href="#" rel="page_personal_settings">Pers&ouml;nliche Einstellungen</a></li>
templates/webpages/am/config_master.html
<div class="listtop">[% title %]</div>
<form method="post" action="am.pl" name="Form" onKeyUp="highlight(event)" onClick="highlight(event)">
<form method="post" action="am.pl" name="Form">
<ul id="maintab" class="shadetabs">
<li class="selected"><a href="#" rel="page_personal_settings"><translate>Personal settings</translate></a></li>
templates/webpages/ct/form_header_de.html
<div class="listtop">[% title %]</div>
<form method="post" name="ct" action="ct.pl" onKeyUp="highlight(event)" onClick="highlight(event)">
<form method="post" name="ct" action="ct.pl">
<ul id="maintab" class="shadetabs">
<li class="selected"><a href="#" rel="billing">Rechnungsadresse</a></li>
templates/webpages/ct/form_header_master.html
<div class="listtop">[% title %]</div>
<form method="post" name="ct" action="ct.pl" onKeyUp="highlight(event)" onClick="highlight(event)">
<form method="post" name="ct" action="ct.pl">
<ul id="maintab" class="shadetabs">
<li class="selected"><a href="#" rel="billing"><translate>Billing Address</translate></a></li>

Auch abrufbar als: Unified diff