racket / drracket

DrRacket, IDE for Racket
http://www.racket-lang.org/
Other
445 stars 93 forks source link

Snapshot: Errors on right-click #536

Closed Metaxal closed 2 years ago

Metaxal commented 2 years ago

Version: 8.3.0.10--2021-12-07(2a842c9aa0/a) [cs] installed from racket-test-8.3.0.10-x86_64-linux-precise-cs

Right clicks don't work anymore, I can't even copy the text of the error message: Screenshot from 2021-12-08 12-21-54 Screenshot from 2021-12-08 12-23-38

Metaxal commented 2 years ago

To reproduce:

#lang racket
(define x 3)

Right click on x, or on racket.

mflatt commented 2 years ago

Thanks for the report! It looks like I missed a change when committing repairs for Gtk/Wayland as couple of weeks ago.

Metaxal commented 2 years ago

Thanks for the quick fix! (tested with the latest snapshot)