I dont have the solution for this.
I just disable the red box on firefox

input:invalid, select:invalid{ box-shadow: none;} 

On Thursday, March 20, 2014 9:38:21 PM UTC+7, camilo lopes wrote:

hi, guys
>
> I am having the same problema with firefox, any solution? 
>
> On Thursday, April 4, 2013 1:36:33 PM UTC-3, Eduardo Leiva wrote:
>>
>> I have the same issue, could you solve it Rex?
>>
>>
>> El miércoles, 27 de febrero de 2013 05:26:40 UTC-3, Rex Pan escribió:
>>>
>>> `novalidate` just disable browser form validation
>>> I want to keep browser validation work as the normal form (the above one)
>>> In the normal form (the above one), there are no red box-shadow around 
>>> the input when the page load.
>>> But in the angular form (the below one), when page load, I saw the red 
>>> box-shadow, I guess angular have trigger fireofx form validation via 
>>> binding `data.text`.
>>>
>>> On Wednesday, February 27, 2013 11:24:38 AM UTC+7, Clint Checketts wrote:
>>>>
>>>> Just add novalidate to the form element
>>>> http://jsfiddle.net/f35P9/2/
>>>>
>>>> <form novalidate ng-submit="1+1">
>>>>
>>>>
>>>> You can read more about it in the Angular docs: 
>>>> http://docs.angularjs.org/guide/forms
>>>>
>>>>
>>>> On Tue, Feb 26, 2013 at 9:11 PM, Rex Pan <[email protected]> wrote:
>>>>
>>>>> update link: http://jsfiddle.net/f35P9/1/
>>>>>
>>>>>
>>>>> On Wednesday, February 27, 2013 11:09:16 AM UTC+7, Rex Pan wrote:
>>>>>
>>>>>> In Firefox, angular trigger form validation, cause to a red box 
>>>>>> around the text box.
>>>>>>
>>>>>> http://jsfiddle.net/f35P9/
>>>>>>
>>>>>> <script>
>>>>>>     function main($scope){
>>>>>>         $scope.data = {"text" : ""};
>>>>>>     }
>>>>>> </script>
>>>>>> <form action="">
>>>>>>     <input type="text" required>
>>>>>>     <input type="submit"></form>
>>>>>> <div ng-app ng-controller="main">
>>>>>>     <form ng-submit="1+1">
>>>>>>         <input type="data.text" required ng-model="text">
>>>>>>
>>>>>>
>>>>>>         <input type="submit">
>>>>>>     </form>    
>>>>>>     <span ng-bind="data.text"></span>
>>>>>> div>
>>>>>>
>>>>>>  -- 
>>>>> You received this message because you are subscribed to the Google 
>>>>> Groups "AngularJS" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>>> an email to [email protected].
>>>>> To post to this group, send email to [email protected].
>>>>> Visit this group at http://groups.google.com/group/angular?hl=en-US.
>>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>>  
>>>>>  
>>>>>
>>>>
>>>> 

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to