Git Product home page Git Product logo

Comments (22)

rmcrackan avatar rmcrackan commented on August 12, 2024

Thanks for the bug report. This looks related to a piece of code I touched recently so I assume I created a bug. I'm not able to make this happen on my computer though. Can you attach your latest log file? You can find it here: Libation > Settings > click "Open log folder"

from libation.

casualfan avatar casualfan commented on August 12, 2024

is it a zip file?

from libation.

rmcrackan avatar rmcrackan commented on August 12, 2024

Yes

from libation.

casualfan avatar casualfan commented on August 12, 2024

_Log202405.zip

from libation.

rmcrackan avatar rmcrackan commented on August 12, 2024

This is disturbing. I can't make it happen for me no matter what I do but I see in your logs that it happened to you 3 times within a few seconds. Has it happened again since then?

from libation.

CLHatch avatar CLHatch commented on August 12, 2024

This is disturbing. I can't make it happen for me no matter what I do but I see in your logs that it happened to you 3 times within a few seconds. Has it happened again since then?

Perhaps something to do with the version of Windows being used? I'm using Windows 11 here. If by any chance he's on Windows 11 and you on Windows 10, might not show up on your end?

from libation.

CLHatch avatar CLHatch commented on August 12, 2024

I just switched from 11.3.9 Chardonnay to 11.3.9 Classic, hit the tab key a few times, and got an error myself.

The owning DataGridViewCell object has not been set.

   at System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject.get_ParentPrivate()
   at System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject.get_Bounds()
   at System.Windows.Forms.ToolTip.ShowKeyboardToolTip(String text, IKeyboardToolTip tool, Int32 duration)
   at System.Windows.Forms.KeyboardToolTipStateMachine.ShowToolTip(IKeyboardToolTip tool, ToolTip toolTip)
   at System.Windows.Forms.KeyboardToolTipStateMachine.Transition(IKeyboardToolTip tool, ToolTip tooltip, SmEvent event)
   at System.Windows.Forms.KeyboardToolTipStateMachine.Transit(SmEvent event, IKeyboardToolTip source)
   at System.Windows.Forms.NativeWindow.Callback(HWND hWnd, MessageId msg, WPARAM wparam, LPARAM lparam)

from libation.

CLHatch avatar CLHatch commented on August 12, 2024

OK, deleted the log files and started up again, started tabbing, and the error pops up as soon as I tab to the first "stoplight".

The owning DataGridViewCell object has not been set.

   at System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject.get_ParentPrivate()
   at System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject.get_Bounds()
   at System.Windows.Forms.ToolTip.ShowKeyboardToolTip(String text, IKeyboardToolTip tool, Int32 duration)
   at System.Windows.Forms.KeyboardToolTipStateMachine.ShowToolTip(IKeyboardToolTip tool, ToolTip toolTip)
   at System.Windows.Forms.KeyboardToolTipStateMachine.Transition(IKeyboardToolTip tool, ToolTip tooltip, SmEvent event)
   at System.Windows.Forms.KeyboardToolTipStateMachine.Transit(SmEvent event, IKeyboardToolTip source)
   at System.Windows.Forms.NativeWindow.Callback(HWND hWnd, MessageId msg, WPARAM wparam, LPARAM lparam)

_Log202405.zip

Edit:
Just to verify, I switched back to 11.3.9 Chardonnay, started tabbing, and no errors.

from libation.

rmcrackan avatar rmcrackan commented on August 12, 2024

Thanks. You both appear to have auto-scan enabled but I don't so I turned it on and restarted. I can now force this to happen if I use my arrow keys like crazy while the initial scan is happening. This is going to be a weird one...

from libation.

CLHatch avatar CLHatch commented on August 12, 2024

Thanks. You both appear to have auto-scan enabled but I don't so I turned it on and restarted. I can now force this to happen if I use my arrow keys like crazy while the initial scan is happening. This is going to be a weird one...

If you mean the top setting here...

image

I did have that turned on. But i just now turned that off, and still getting the same error.

from libation.

CLHatch avatar CLHatch commented on August 12, 2024

It also ONLY gives me an error when I tab to one of the "stoplights".

from libation.

CLHatch avatar CLHatch commented on August 12, 2024
Recording.2024-05-13.132223.mp4

Here's a recording of it, right after starting Libation.

from libation.

rmcrackan avatar rmcrackan commented on August 12, 2024

Thank you so much for this. This is maddening. This error will happen only for the version which is built for the public. The way I run it for debugging, this error will not occur. So I can't reproduce it in a way that can be easily debugged. This is going to be a weird one.

from libation.

CLHatch avatar CLHatch commented on August 12, 2024

Thank you so much for this. This is maddening. This error will happen only for the version which is built for the public. The way I run it for debugging, this error will not occur. So I can't reproduce it in a way that can be easily debugged. This is going to be a weird one.

Oh, fun. :-D

Well, at least you know where to look. I'm guessing something to do with the changes in the "stoplight" you did to make the text readers work in that field.

Edit:
UNLESS it's a bug that existed in previous releases that was never noticed. Do we know if this happened in previous releases or not?

from libation.

rmcrackan avatar rmcrackan commented on August 12, 2024

I'm guessing something to do with the changes in the "stoplight" you did to make the text readers work in that field.

Almost certainly. No good dead goes unpunished.

from libation.

CLHatch avatar CLHatch commented on August 12, 2024

I'm guessing something to do with the changes in the "stoplight" you did to make the text readers work in that field.

Almost certainly. No good dead goes unpunished.

Just to be sure, I rolled back to Libation Classic 11.3.8, and no error on tabbing to the stoplights.

from libation.

rmcrackan avatar rmcrackan commented on August 12, 2024

Fixed in the latest version 11.3.11 -- https://github.com/rmcrackan/Libation/releases/tag/v11.3.11

(I know I skipped 11.3.10. The explanation is technical and utterly boring.)

Please let me know if it still gives you errors. Thank you both for your patience and help!!

from libation.

CLHatch avatar CLHatch commented on August 12, 2024

Fixed in the latest version 11.3.11 -- https://github.com/rmcrackan/Libation/releases/tag/v11.3.11

(I know I skipped 11.3.10. The explanation is technical and utterly boring.)

Please let me know if it still gives you errors. Thank you both for your patience and help!!

I can verify that it fixed it on my end, and Chardonnay also still working.

from libation.

rmcrackan avatar rmcrackan commented on August 12, 2024

Thanks for checking but Chardonnay is actually untouched in these last few releases. This is Classic only.

I'd love to retrofit Chardonnay for screen readers but I just don't have it in me. I'm trying hard to keep Classic as accessible as possible though.

from libation.

CharlieRussel avatar CharlieRussel commented on August 12, 2024

Working correctly here. (But I hadn't updated for the last several, so never actually had it hit me. And yes, I'm on Classic.)

from libation.

CLHatch avatar CLHatch commented on August 12, 2024

Thanks for checking but Chardonnay is actually untouched in these last few releases. This is Classic only.

I'd love to retrofit Chardonnay for screen readers but I just don't have it in me. I'm trying hard to keep Classic as accessible as possible though.

Yeah, had a feeling it was untouched, but figured best to verify the changes in Classic didn't break Chardonnay, in case there was some shared code there. :)

from libation.

rmcrackan avatar rmcrackan commented on August 12, 2024

Good call. There's actually an enormous amount of shared code. This happens to be in the thin purely UI part, which is separate between the 2.

from libation.

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.