Skip to content

Commit

Permalink
fix(html): removed k-touch-action-auto from Grid cells
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes committed Nov 15, 2024
1 parent f431fb0 commit 79bcd29
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 96 deletions.
36 changes: 18 additions & 18 deletions packages/html/src/grid/tests/grid-column-menu-angular.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@ export default () =>(
</colgroup>
<TableTbody>
<TableRow className="k-master-row">
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
<Checkbox />
</TableTd>
<TableTd className="k-touch-action-auto" colspan={1}>Product1</TableTd>
<TableTd className="k-touch-action-auto k-command-cell" colspan={1}>
<TableTd colspan={1}>Product1</TableTd>
<TableTd className="k-command-cell" colspan={1}>
<Button icon="trash">Delete</Button>
</TableTd>
</TableRow>
<TableRow alt className="k-master-row k-alt">
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
<Checkbox />
</TableTd>
<TableTd className="k-touch-action-auto" colspan={1}>Product2</TableTd>
<TableTd className="k-touch-action-auto k-command-cell" colspan={1}>
<TableTd colspan={1}>Product2</TableTd>
<TableTd className="k-command-cell" colspan={1}>
<Button icon="trash">Delete</Button>
</TableTd>
</TableRow>
Expand Down Expand Up @@ -95,20 +95,20 @@ export default () =>(
</colgroup>
<TableTbody>
<TableRow className="k-master-row">
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
<Checkbox />
</TableTd>
<TableTd className="k-touch-action-auto" colspan={1}>Product1</TableTd>
<TableTd className="k-touch-action-auto k-command-cell" colspan={1}>
<TableTd colspan={1}>Product1</TableTd>
<TableTd className="k-command-cell" colspan={1}>
<Button icon="trash">Delete</Button>
</TableTd>
</TableRow>
<TableRow alt className="k-master-row k-alt">
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
<Checkbox />
</TableTd>
<TableTd className="k-touch-action-auto" colspan={1}>Product2</TableTd>
<TableTd className="k-touch-action-auto k-command-cell" colspan={1}>
<TableTd colspan={1}>Product2</TableTd>
<TableTd className="k-command-cell" colspan={1}>
<Button icon="trash">Delete</Button>
</TableTd>
</TableRow>
Expand Down Expand Up @@ -152,20 +152,20 @@ export default () =>(
</colgroup>
<TableTbody>
<TableRow className="k-master-row">
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
<Checkbox />
</TableTd>
<TableTd className="k-touch-action-auto" colspan={1}>Product1</TableTd>
<TableTd className="k-touch-action-auto k-command-cell" colspan={1}>
<TableTd colspan={1}>Product1</TableTd>
<TableTd className="k-command-cell" colspan={1}>
<Button icon="trash">Delete</Button>
</TableTd>
</TableRow>
<TableRow alt className="k-master-row k-alt">
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
<Checkbox />
</TableTd>
<TableTd className="k-touch-action-auto" colspan={1}>Product2</TableTd>
<TableTd className="k-touch-action-auto k-command-cell" colspan={1}>
<TableTd colspan={1}>Product2</TableTd>
<TableTd className="k-command-cell" colspan={1}>
<Button icon="trash">Delete</Button>
</TableTd>
</TableRow>
Expand Down
24 changes: 12 additions & 12 deletions packages/html/src/grid/tests/grid-editing-inline-angular.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,25 @@ export default () =>(
</colgroup>
<TableTbody>
<TableRow className="k-master-row k-grid-edit-row" role="row">
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
<Checkbox />
</TableTd>
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
<Textbox />
</TableTd>
<TableTd className="k-touch-action-auto k-command-cell" colspan={1}>
<TableTd className="k-command-cell" colspan={1}>
<Button>Update</Button>
<Button>Cancel</Button>
</TableTd>
</TableRow>
<TableRow className="k-master-row k-alt" alt>
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
<Checkbox />
</TableTd>
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
Product2
</TableTd>
<TableTd className="k-touch-action-auto k-command-cell" colspan={1}>
<TableTd className="k-command-cell" colspan={1}>
<Button>Edit</Button>
<Button>Remove</Button>
</TableTd>
Expand Down Expand Up @@ -123,25 +123,25 @@ export default () =>(
</TableTd>
</TableRow>
<TableRow className="k-master-row">
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
<Checkbox />
</TableTd>
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
Product1
</TableTd>
<TableTd className="k-touch-action-auto k-command-cell" colspan={1}>
<TableTd className="k-command-cell" colspan={1}>
<Button>Edit</Button>
<Button>Remove</Button>
</TableTd>
</TableRow>
<TableRow className="k-master-row k-alt" alt>
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
<Checkbox />
</TableTd>
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
Product2
</TableTd>
<TableTd className="k-touch-action-auto k-command-cell" colspan={1}>
<TableTd className="k-command-cell" colspan={1}>
<Button>Edit</Button>
<Button>Remove</Button>
</TableTd>
Expand Down
36 changes: 18 additions & 18 deletions packages/html/src/grid/tests/grid-filter-menu-angular.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,24 @@ export default () =>(
</colgroup>
<TableTbody>
<TableRow className="k-master-row">
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
<Checkbox />
</TableTd>
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
Product1
</TableTd>
<TableTd className="k-touch-action-auto k-command-cell" colspan={1}>
<TableTd className="k-command-cell" colspan={1}>
<Button icon="trash">Delete</Button>
</TableTd>
</TableRow>
<TableRow className="k-master-row k-alt" alt>
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
<Checkbox />
</TableTd>
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
Product2
</TableTd>
<TableTd className="k-touch-action-auto k-command-cell" colspan={1}>
<TableTd className="k-command-cell" colspan={1}>
<Button icon="trash">Delete</Button>
</TableTd>
</TableRow>
Expand Down Expand Up @@ -103,24 +103,24 @@ export default () =>(
</colgroup>
<TableTbody>
<TableRow className="k-master-row">
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
<Checkbox />
</TableTd>
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
Product1
</TableTd>
<TableTd className="k-touch-action-auto k-command-cell" colspan={1}>
<TableTd className="k-command-cell" colspan={1}>
<Button icon="trash">Delete</Button>
</TableTd>
</TableRow>
<TableRow className="k-master-row k-alt" alt>
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
<Checkbox />
</TableTd>
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
Product2
</TableTd>
<TableTd className="k-touch-action-auto k-command-cell" colspan={1}>
<TableTd className="k-command-cell" colspan={1}>
<Button icon="trash">Delete</Button>
</TableTd>
</TableRow>
Expand Down Expand Up @@ -167,24 +167,24 @@ export default () =>(
</colgroup>
<TableTbody>
<TableRow className="k-master-row">
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
<Checkbox />
</TableTd>
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
Product1
</TableTd>
<TableTd className="k-touch-action-auto k-command-cell" colspan={1}>
<TableTd className="k-command-cell" colspan={1}>
<Button icon="trash">Delete</Button>
</TableTd>
</TableRow>
<TableRow className="k-master-row k-alt" alt>
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
<Checkbox />
</TableTd>
<TableTd className="k-touch-action-auto" colspan={1}>
<TableTd colspan={1}>
Product2
</TableTd>
<TableTd className="k-touch-action-auto k-command-cell" colspan={1}>
<TableTd className="k-command-cell" colspan={1}>
<Button icon="trash">Delete</Button>
</TableTd>
</TableRow>
Expand Down
Loading

0 comments on commit 79bcd29

Please sign in to comment.