Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8334124: Rendering issues with CSS "text-shadow" in WebView #1547

Closed
wants to merge 3 commits into from

Conversation

Schmidor
Copy link
Contributor

@Schmidor Schmidor commented Aug 27, 2024

On a Shadow state update with cleared shadow, the new values were not transmitted to the Java GraphicsDecoder


Progress

  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • Change must be properly reviewed (2 reviews required, with at least 1 Reviewer, 1 Author)

Issue

  • JDK-8334124: Rendering issues with CSS "text-shadow" in WebView (Bug - P3)

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jfx.git pull/1547/head:pull/1547
$ git checkout pull/1547

Update a local copy of the PR:
$ git checkout pull/1547
$ git pull https://git.openjdk.org/jfx.git pull/1547/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 1547

View PR using the GUI difftool:
$ git pr show -t 1547

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jfx/pull/1547.diff

Webrev

Link to Webrev Comment

@bridgekeeper
Copy link

bridgekeeper bot commented Aug 27, 2024

👋 Welcome back Schmidor! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk
Copy link

openjdk bot commented Aug 27, 2024

@Schmidor This change now passes all automated pre-integration checks.

ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details.

After integration, the commit message for the final commit will be:

8334124: Rendering issues with CSS "text-shadow" in WebView

Reviewed-by: kcr, jbhaskar

You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed.

At the time when this comment was updated there had been 2 new commits pushed to the master branch:

  • ca70a07: 8337481: File API: file.name contains path instead of name
  • a53bc58: 8339236: Suppress removal warnings for Security Manager methods in iOS sources

Please see this link for an up-to-date comparison between the source branch of this pull request and the master branch.
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.

As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@kevinrushforth, @jaybhaskar) but any other Committer may sponsor as well.

➡️ To flag this PR as ready for integration with the above commit message, type /integrate in a new comment. (Afterwards, your sponsor types /sponsor in a new comment to perform the integration).

@openjdk openjdk bot added the rfr Ready for review label Aug 27, 2024
@mlbridge
Copy link

mlbridge bot commented Aug 27, 2024

Webrevs

@kevinrushforth
Copy link
Member

Reviewers: @kevinrushforth @jaybhaskar

/reviewers 2

@kevinrushforth
Copy link
Member

@Schmidor Would it be possible to add an automated test for this?

@kevinrushforth kevinrushforth self-requested a review August 27, 2024 17:48
@openjdk
Copy link

openjdk bot commented Aug 27, 2024

@kevinrushforth
The total number of required reviews for this PR (including the jcheck configuration and the last /reviewers command) is now set to 2 (with at least 1 Reviewer, 1 Author).

@Schmidor
Copy link
Contributor Author

I've added one: Counting pixels in an area for checking whether the shadow is rendered at the appropriate text and not on the other.

Copy link
Member

@kevinrushforth kevinrushforth left a comment

Choose a reason for hiding this comment

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

The fix looks good. I verified it with the test program attached to the bug report. I also confirm that the newly added test fails without the fix and passes with the fix.

I left a few mostly minor comments on the test.

Copy link
Member

@kevinrushforth kevinrushforth left a comment

Choose a reason for hiding this comment

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

Looks good now. Test still passes.

Copy link
Member

@jaybhaskar jaybhaskar left a comment

Choose a reason for hiding this comment

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

The fix looks good, it passes with fix and fail without fix.

@openjdk openjdk bot added the ready Ready to be integrated label Aug 31, 2024
@Schmidor
Copy link
Contributor Author

/integrate

@openjdk openjdk bot added the sponsor Ready to sponsor label Aug 31, 2024
@openjdk
Copy link

openjdk bot commented Aug 31, 2024

@Schmidor
Your change (at version 831aa44) is now ready to be sponsored by a Committer.

@jaybhaskar
Copy link
Member

/sponser

@openjdk
Copy link

openjdk bot commented Sep 1, 2024

@jaybhaskar Unknown command sponser - for a list of valid commands use /help.

@jaybhaskar
Copy link
Member

/sponsor

@openjdk
Copy link

openjdk bot commented Sep 1, 2024

Going to push as commit e0ceafb.
Since your change was applied there have been 2 commits pushed to the master branch:

  • ca70a07: 8337481: File API: file.name contains path instead of name
  • a53bc58: 8339236: Suppress removal warnings for Security Manager methods in iOS sources

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label Sep 1, 2024
@openjdk openjdk bot closed this Sep 1, 2024
@openjdk openjdk bot removed the ready Ready to be integrated label Sep 1, 2024
@openjdk openjdk bot removed rfr Ready for review sponsor Ready to sponsor labels Sep 1, 2024
@openjdk
Copy link

openjdk bot commented Sep 1, 2024

@jaybhaskar @Schmidor Pushed as commit e0ceafb.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integrated Pull request has been integrated
Development

Successfully merging this pull request may close these issues.

4 participants