Skip to content

fix(core/input)- Added fix for the edge browser icon duplication issue#2391

Open
1307-Dev wants to merge 7 commits intosiemens:mainfrom
1307-Dev:ix-3901/ix-input
Open

fix(core/input)- Added fix for the edge browser icon duplication issue#2391
1307-Dev wants to merge 7 commits intosiemens:mainfrom
1307-Dev:ix-3901/ix-input

Conversation

@1307-Dev
Copy link
Collaborator

💡 What is the current behavior?

Currently when the ix-input type password field is empty and any characters are entered into it while on revealed state, an extra icon pops up only in the edge browser to reveal the entered password.

GitHub Issue Number: #2367
JIRA Ticket: IX-3901

🆕 What is the new behavior?

The extra icon does not appear anymore.

🏁 Checklist

A pull request can only be merged if all of these conditions are met (where applicable):

  • 🦮 Accessibility (a11y) features were implemented
  • 🗺️ Internationalization (i18n) - no hard coded strings
  • 📲 Responsiveness - components handle viewport changes and content overflow gracefully
  • 📕 Add or update a Storybook story
  • 📄 Documentation was reviewed/updated siemens/ix-docs
  • 🧪 Unit tests were added/updated and pass (pnpm test)
  • 📸 Visual regression tests were added/updated and pass (Guide)
  • 🧐 Static code analysis passes (pnpm lint)
  • 🏗️ Successful compilation (pnpm build, changes pushed)

@changeset-bot
Copy link

changeset-bot bot commented Feb 11, 2026

🦋 Changeset detected

Latest commit: afb5ac0

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@siemens/ix Patch
@siemens/ix-angular Patch
@siemens/ix-docs Patch
@siemens/ix-react Patch
@siemens/ix-vue Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @1307-Dev, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request addresses a specific UI anomaly in Microsoft Edge, preventing an unintended duplicate password reveal icon from appearing in ix-input password fields. The change ensures a consistent user experience across browsers by explicitly hiding the browser's native password reveal button.

Highlights

  • Edge Browser UI Fix: Resolved an issue where an extra password reveal icon would appear specifically in Microsoft Edge when interacting with an empty ix-input password field in its revealed state.
Changelog
  • packages/core/src/components/input/input.scss
    • Added a CSS rule to hide the native password reveal button in Edge.
Activity
  • No human activity has occurred yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request addresses an issue where a duplicate password reveal icon appears in the Edge browser. The fix involves adding a CSS rule to hide the browser's native ::-ms-reveal pseudo-element, which is correct and effective. I've added one suggestion to improve code maintainability by adding a comment explaining the purpose of this browser-specific rule.

1307-Dev and others added 2 commits February 11, 2026 09:44
Added comment to explain css change

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@1307-Dev 1307-Dev marked this pull request as ready for review February 11, 2026 06:39
@1307-Dev 1307-Dev changed the title Added fix for the edge browser duplication icon issue fix(core/input)- Added fix for the edge browser icon duplication issue Feb 11, 2026
Copy link
Collaborator

@nuke-ellington nuke-ellington left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still see the extra icon in Edge for Mac 🤔

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants