List Icon
Archiv Mailingliste

2019 bis Juli 2022  2018  | 2017 2016 2015 | 2014 | 2013

Die Mailingliste ist seit Juli 2022 geschlossen, dient aber weiterhin als Informationsarchiv zu QF-Test.
Wenn Sie aber über Neuerungen zu QF-Test informiert bleiben wollen, können Sie einfach unseren
Newsletter abonnieren

Um aktuell die Informationen zu jeder Release - auch Minor Releases - zu bekommen, können Sie den
RSS-Feed abonnieren oder uns in sozialen Medien folgen.
Alternativ bietet QF-Test auch selbst eine Versionsinformation an.

Eine weitere Informationsquelle ist unser Blog, in dem es aktuelle Beiträge zu allgemeinen Themen, zur Firma QFS und auch diverse "How-Tos" gibt:
Blog abonnieren


[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