List Icon
Archive de la liste de diffusion

La liste de diffusion est fermée depuis juillet 2022, mais sert toujours d'archive d'informations sur QF-Test.
Cependant, si vous souhaitez rester informé des nouveautés concernant QF-Test, vous pouvez simplement vous abonner à la newsletter :
abonner à la newsletter 


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[QF-Test] border-color webaplication


  • Subject: [QF-Test] border-color webaplication
  • From: "Straub, Alexander" <a.straub@?.de>
  • Date: Tue, 4 Aug 2015 10:23:37 +0200

Hallo,

 

i have an problem with check the color of „border-color“ on Webaplication.

 

For the check is used fort he check: qfs.web.checks.style.checkStyleAttribute. The checkt faild.

I looked in the CSS-File and found the borderstyle. In the next step was the check with the developer of the browser and look in witch paar it used.

In the class „has-error“ stand the „border-color“

 

This ist the HTML code with i wount to check:

<div ng-class="{'form-group': true, 'has-error': showValidation &amp;&amp; registrationForm.mailCountryField.$invalid}" class="form-group has-error">

<label for="" class="col-sm-2 control-label ng-binding">Land&nbsp;<span class="text-danger">*</span></label>

                <div class="col-sm-10">

<input type="text" class="form-control ng-pristine ng-invalid ng-invalid-required" id="mailCountryField" name="mailCountryField" placeholder="Land" ng-model="registration.mailAddress.country" required="">

<span class="text-danger ng-binding" ng-show="showValidation &amp;&amp; registrationForm.mailCountryField.$invalid">Bitte geben Sie ein Land ein.</span>

</div>

</div>

 

I check check the input field and around code, but I became be all “undefined”.

 

What my mistake?

 

Thanks for help.

 

Best regards
Alexander Straub