-
Notifications
You must be signed in to change notification settings - Fork 809
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#6597 Rating Scale with the Dropdown display mode- A selected value d…
…isappears when the Rating is in a drop-down mode (#6624) * #6597 Rating Scale with the Dropdown display mode- A selected value disappears when the Rating is in a drop-down mode Fixes #6597 * #6597 Rating Scale with the Dropdown display mode- A selected value disappears when the Rating is in a drop-down mode - fix f-test Fixes #6597 * #6597 - fixed markup tests Fixes #6597
- Loading branch information
Showing
6 changed files
with
94 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 29 additions & 0 deletions
29
tests/markup/snapshots/rating-as-dropdown-with-value-focused.snap.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<div> | ||
<div> | ||
<div aria-controls="testid0i_list" aria-expanded="false" aria-invalid="false" aria-label="Question title" aria-required="false" role="textbox" tabindex="0"> | ||
<div> | ||
<span class="sv-string-viewer">3</span> | ||
<input aria-controls="testid0i_list" aria-expanded="false" aria-label="Select..." autocomplete="off" inputmode="text" placeholder="" readonly="" tabindex="-1" type="text"> | ||
</div> | ||
</div> | ||
<div> | ||
<div class="sv-popup sv-popup--dropdown sv-single-select-list" style="display:none;" tabindex="-1"> | ||
<div class="sv-popup__container"> | ||
<div class="sv-popup__shadow"> | ||
<div class="sv-popup__body-content"> | ||
<div class="sv-popup__scrolling-content"> | ||
<div class="sv-popup__content"> | ||
<div class="sv-list__container"> | ||
<div class="sv-list__empty-container" style="display:none;"> | ||
<div aria-label="No data to display" class="sv-list__empty-text">No data to display</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |