Skip to Main Content
IBM Data Platform Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data Platform organization. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:


Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,


Post your ideas

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

IBM Employees should enter Ideas at https://ideas.ibm.com



Status Submitted
Workspace Planning Analytics
Created by Guest
Created on Jul 22, 2026

Native Hover & Click Feedback for PAW Action Button

User Story

As a PAW Modeller,
I want the native Action Button properties to be extended with
hover and click feedback as defined by the Carbon Design System,
so that I can give buttons visual feedback like any other
Carbon-conformant IBM application — without editing book JSON.

Requested IBM Enhancement

Extend native Action Button properties with Carbon-compliant hover/click feedback as a product feature.

Proposed property:

feedbackStyle: none | primary | tertiary

primary / secondary: full-surface overlay on PAW fill ( Opacity 10 % hover, 20 % active); native PAW fill, border, text and action remain visible and intact.

tertiary: transparent or PAW-fill background in normal state; on hover and active, swap background and text color, with PAW properties (fill color, text color) as the sole color source — active additionally darkened / brightened. Semantics follow Carbon tertiary button: outline / inverse-on-hover look, but driven entirely by the modeller's PAW color properties.

none: current default behaviour (backward compatible).

Acceptance Criteria

  1. The Action Button properties dialog exposes controllable settings for hover and click feedback.
  2. The modeller does not need to edit the book JSON manually to achieve the effect.
  3. PAW properties — fill, border, radius, text, font, color, etc. — remain usable.
  4. Native action (navigation / TI process / model action) remains unaffected.

Prototype

Carbon-compliant feedback is already technically achievable today — but only as a manual book-JSON patch, not as a product feature. Browser-verified under PAW 2.1.22 Build 1575, Carbon 10.50.

JSON snippet to inject into features.Models_internal.content (PAW editor wrappers omitted for clarity):

<div class="staticContent border-transparent fill-color8"
     style="border-radius:4px;height:100%;position:relative;
            overflow:hidden;color:inherit;">
  <p class="bx--btn--primary"
     style="width:calc(100% + 2px);
            height:calc(100% + 2px);
            margin:-1px 0 0 -1px;
            padding:0;border:0;max-width:none;box-sizing:border-box;
            display:flex;align-items:center;justify-content:center;
            --cds-interactive-01:rgba(0,0,0,0);
            --cds-hover-primary:rgba(0,0,0,0.10);
            --cds-active-primary:rgba(0,0,0,0.20);
            --cds-text-04:inherit;
            transition:background-color 140ms ease,color 140ms ease;
            color:inherit;">
    <span class="rt_fontFamilyIBMPlexSans-SemiBold color1">
      Button
    </span>
  </p>
</div>

Verified behaviour:

Normal: PAW fill visible, no overlay
Hover:  10 % black overlay over PAW fill
Active: 20 % black overlay over PAW fill

 

Note: the tertiary variant could not be delivered as a prototype, because reliably preserving all PAW button properties (fill, border, text color) alongside the dynamic color swap was not achievable with book-JSON means. It is therefore requested as a native product feature from IBM.

Business Value

  • Consistency: PAW books align with the Carbon Design System used across IBM products.
  • Effort: Modeller needs no JSON / REST knowledge.
  • Upgrade safety: No unofficial HTML patches that break on PAW upgrades.
  • Maintainability: Feedback strength controlled centrally via property.
Needed By Not sure -- Just thought it was cool
  • Guest
    Jul 22, 2026

    +1

    The prototype shown for the primary feedback style works very well. However, reliably implementing the tertiary variant (proper color inversion while preserving all PAW properties like fill, border, and text color) is very difficult with book JSON alone. This is exactly why it needs to be a native product feature.

    It would also be beneficial to add optional control over feedback intensity (e.g. feedbackIntensity: light | medium | strong) to better support corporate design guidelines and accessibility requirements.

    This change would bring PAW much closer to full Carbon Design System compliance without compromising the modeller’s ability to use native PAW properties.

  • Guest
    Jul 22, 2026

    +1 Great idea!

    Manual JSON patches for Carbon-style hover and click feedback are currently the only workaround, but they are not upgrade-safe and don’t scale well. Native support — especially for primary and tertiary styles — would greatly improve the user experience and professionalism of PAW books.

    Please prioritize this!

  • Guest
    Jul 22, 2026

    a really good idea!

  • Guest
    Jul 22, 2026

    a nice idea!

    hope, it can be updated soon!