Giter Site home page Giter Site logo

Comments (6)

TomEdwardsEnscape avatar TomEdwardsEnscape commented on May 27, 2024

Your video is just black for me.

Tootips have been refactored recently, can you still reproduce your issue in 11.1.0-beta2?

from avalonia.

CodeDevAM avatar CodeDevAM commented on May 27, 2024

Your video is just black for me.

It's probably due to the 4K resolution. There is a very tiny Button in the bottom right corner. I probably should have reduced the resolution of my screen for the recording.

Tootips have been refactored recently, can you still reproduce your issue in 11.1.0-beta2?

After short test: It seems not to appear with 11.1.0-beta2.

from avalonia.

timunie avatar timunie commented on May 27, 2024

@CodeDevAM if 11.1.beta resolves your issue, this ticket can be closed. Please do us a favor and always test at least beta (even better nightly) versions before opening an issue, as many things are already solved in there. Thx.

from avalonia.

CodeDevAM avatar CodeDevAM commented on May 27, 2024

The problem still occurs with 11.1.0-beta2.

from avalonia.

TomEdwardsEnscape avatar TomEdwardsEnscape commented on May 27, 2024

I could reproduce the issue after pasting this grid into the Sandbox project:

  <Grid
  ColumnDefinitions="1*, Auto"
  RowDefinitions="1*, Auto">

    <Button
			Grid.Column="1"
			Grid.Row="1"
			Content="X"
            ToolTip.VerticalOffset="0"
			ToolTip.Tip="Clear completed, failed and canceled count"/>

  </Grid>

Note the custom VerticalOffset value.

It seems to be the same issue as one I recently worked around in #15312. At the very edge of a tooltip popup there is a region which sometimes counts as being over the popup, but does not have any hit test result. So we think there is nothing beneath the pointer end up opening and immediately closing the tooltip in a loop.

Workaround: move the cursor a bit so that the cursor isn't directly over the edge of the popup.

from avalonia.

timunie avatar timunie commented on May 27, 2024

@CodeDevAM @TomEdwardsEnscape does it also happen in nightly?

from avalonia.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.