Fix bug 326792 - 'Next' button doesn't change to active when dragging an URL into text field. r=philipp,p=robin.edrenius@gmail.com

git-svn-id: svn://10.0.0.236/trunk@253795 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla%kewis.ch 2008-08-23 11:36:37 +00:00
parent 82ffc5a8ba
commit 4930eb87f0

View File

@ -94,8 +94,14 @@
</row>
<row align="center">
<label value="&calendarproperties.location.label;" control="calendar-uri"/>
<!-- Due to bug 128066, dropping urls here doesn't trigger
events. To work around, we use the dragexit handler,
which is triggered. Unfortunately, the more logical
choice of dragdrop doesn't work here either.-->
<textbox id="calendar-uri"
required="true" oninput="checkRequired();" />
required="true"
oninput="checkRequired();"
ondragexit="checkRequired()"/>
</row>
<!--
<description>&locationpage.login.description;</description>