Skip to content

finding(plugin-grid): the list link: true column renders a span role="link" with no href — no middle-click, no copy-link, and now inconsistent with the detail page's real anchors #4490

Description

@yinlianghui

Measured during #4336 (PR #4489). Observation-class; no fix proposed here.

What

ObjectGrid's link: true column renders LinkCell as a span role="link" (no href), navigating only via navigation.handleClick(row) → the host's onNavigate. Consequences:

Remedy shape (when someone takes it)

LinkCell consumes the same host-published recordHref (the provider needs mounting on the list surface, or the href callback threading through the grid's navigation context) and renders a real anchor with the same left-click-SPA / modifier-click-native split #4489 established. One mechanism, both surfaces.

Refs #4336 (PR #4489), #4472 (no hand-built URLs — the href must come from the host).

Filed unassigned for triage.


Generated by Claude Code

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions