On Fri, 5 Mar 2021 01:24:09 GMT, Kevin Rushforth wrote:
>> side note: there might be a similar issue in other controls, f.i. the
>> pseudoState of ListView orientation doesn't seem to be initialized
>
> The fix and test look good.
>
> @kleopatra Good catch about the same problem occurring in ot
> The Slider control does not have the ":horizontal" CSS pseudo-class set by
> default. The pseudo-class is only set once the "orientation" property is
> changed. This PR fixes that.
mstr2 has updated the pull request incrementally with two additional commits
since the last revision:
- Fixed
> The Slider control does not have the ":horizontal" CSS pseudo-class set by
> default. The pseudo-class is only set once the "orientation" property is
> changed. This PR fixes that.
mstr2 has updated the pull request incrementally with three additional commits
since the last revision:
- Fix
On Wed, 3 Mar 2021 16:40:27 GMT, Jeanette Winzenburg
wrote:
>> @mstr2 can you enable pre-submit testing for your repo as indicated the
>> Checks section? You might need to then push a new (empty) commit to your
>> branch in order to trigger the tests to run.
>
> side note: there might be a sim
On Wed, 3 Mar 2021 14:35:24 GMT, Kevin Rushforth wrote:
>> The Slider control does not have the ":horizontal" CSS pseudo-class set by
>> default. The pseudo-class is only set once the "orientation" property is
>> changed. This PR fixes that.
>
> @mstr2 can you enable pre-submit testing for your
> The Slider control does not have the ":horizontal" CSS pseudo-class set by
> default. The pseudo-class is only set once the "orientation" property is
> changed. This PR fixes that.
mstr2 has updated the pull request incrementally with one additional commit
since the last revision:
Empty co
On Fri, 26 Feb 2021 15:17:23 GMT, mstr2
wrote:
> The Slider control does not have the ":horizontal" CSS pseudo-class set by
> default. The pseudo-class is only set once the "orientation" property is
> changed. This PR fixes that.
@mstr2 can you enable pre-submit testing for your repo as indic
The Slider control does not have the ":horizontal" CSS pseudo-class set by
default. The pseudo-class is only set once the "orientation" property is
changed. This PR fixes that.
-
Commit messages:
- 8089913: CSS styling problem with Slider pseudo classes
- Failing test
Changes: ht