Skip to content

Commit 36e6065

Browse files
committed
Ensure fields use the right attributes for WCAG
Affects: https://ebce-lyrasis.atlassian.net/browse/PP-3379
1 parent b40ed93 commit 36e6065

3 files changed

Lines changed: 14 additions & 7 deletions

File tree

README-CHANGES.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@
922922
</c:change>
923923
</c:changes>
924924
</c:release>
925-
<c:release date="2025-12-18T14:18:01+00:00" is-open="true" ticket-system="org.lyrasis.jira" version="1.22.0">
925+
<c:release date="2026-01-05T14:35:21+00:00" is-open="true" ticket-system="org.lyrasis.jira" version="1.22.0">
926926
<c:changes>
927927
<c:change date="2025-12-16T00:00:00+00:00" summary="Ensure SAML web views start from a clean slate every time.">
928928
<c:tickets>
@@ -934,7 +934,12 @@
934934
<c:ticket id="PP-3396"/>
935935
</c:tickets>
936936
</c:change>
937-
<c:change date="2025-12-18T14:18:01+00:00" summary="Ensure armeabi-v7 SQLite libraries are correctly packaged."/>
937+
<c:change date="2025-12-18T00:00:00+00:00" summary="Ensure armeabi-v7 SQLite libraries are correctly packaged."/>
938+
<c:change date="2026-01-05T14:35:21+00:00" summary="WCAG audit.">
939+
<c:tickets>
940+
<c:ticket id="PP-3379"/>
941+
</c:tickets>
942+
</c:change>
938943
</c:changes>
939944
</c:release>
940945
</c:releases>

palace-ui/src/main/res/layout/catalog_feed_groups.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
android:ellipsize="end"
9393
android:hint="@string/catalogSearch"
9494
android:imeOptions="actionDone"
95+
android:inputType="text"
9596
android:maxLines="1"
9697
android:singleLine="true"
9798
android:textSize="18sp"

palace-ui/src/main/res/layout/catalog_feed_infinite.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@
4545
app:layout_constraintTop_toTopOf="parent">
4646

4747
<LinearLayout
48-
android:orientation="horizontal"
4948
android:layout_width="wrap_content"
5049
android:layout_height="wrap_content"
5150
android:gravity="center"
52-
app:layout_constraintTop_toTopOf="parent"
51+
android:orientation="horizontal"
5352
app:layout_constraintBottom_toBottomOf="parent"
53+
app:layout_constraintEnd_toEndOf="parent"
5454
app:layout_constraintStart_toStartOf="parent"
55-
app:layout_constraintEnd_toEndOf="parent">
55+
app:layout_constraintTop_toTopOf="parent">
5656

5757
<ImageView
5858
android:id="@+id/catalogFeedToolbarTextLibraryIcon"
@@ -72,12 +72,12 @@
7272
android:layout_marginStart="16dp"
7373
android:autoSizeMinTextSize="14sp"
7474
android:autoSizeTextType="uniform"
75+
android:breakStrategy="simple"
7576
android:ellipsize="end"
7677
android:gravity="center_vertical"
78+
android:maxLines="2"
7779
android:scrollHorizontally="false"
7880
android:singleLine="false"
79-
android:breakStrategy="simple"
80-
android:maxLines="2"
8181
android:textSize="18sp"
8282
tools:text="@string/catalogPlaceholder" />
8383
</LinearLayout>
@@ -92,6 +92,7 @@
9292
android:ellipsize="end"
9393
android:hint="@string/catalogSearch"
9494
android:imeOptions="actionDone"
95+
android:inputType="text"
9596
android:maxLines="1"
9697
android:singleLine="true"
9798
android:textSize="18sp"

0 commit comments

Comments
 (0)