Ref. 5196
We have two reports that the long-press tooltip appears too quickly. In one case, this makes it difficult to scroll in the editor. In another case, it makes it difficult to drag-and-drop into the layout.
From Sajjad Hemmati:
https://t.me/CodeOnTheGoDiscussions/7979
"BUG REPORT:
hide tip popup when scrolling, it keeps blocking the screen:
detail: this info popup should show up when I'm stopped and tapped on the info/error zone. it should hide when i scroll away up/down. but it persists blocking the view until i click somewhere else, which I don't want, i want to check the code up/down and keep the pointer at the info/error zone.
thanks."
From Lucas:
https://t.me/CodeOnTheGoDiscussions/7981
"I have just one suggestion. I don't know if anyone has already mentioned this.
For example, in the layout editor, using the drag-and-drop function, it's necessary to hold down the cursor to drag the components. So far, so good.
However, this function is divided between showing the component's tooltips and dragging it to the layout. Therefore, when dragging, it's necessary to calculate a delay to avoid displaying the tooltips.
If there were a way to display the tooltips differently, that would be very helpful."
Ref. 5196
We have two reports that the long-press tooltip appears too quickly. In one case, this makes it difficult to scroll in the editor. In another case, it makes it difficult to drag-and-drop into the layout.
From Sajjad Hemmati:
https://t.me/CodeOnTheGoDiscussions/7979
"BUG REPORT:
hide tip popup when scrolling, it keeps blocking the screen:
detail: this info popup should show up when I'm stopped and tapped on the info/error zone. it should hide when i scroll away up/down. but it persists blocking the view until i click somewhere else, which I don't want, i want to check the code up/down and keep the pointer at the info/error zone.
thanks."
From Lucas:
https://t.me/CodeOnTheGoDiscussions/7981
"I have just one suggestion. I don't know if anyone has already mentioned this.
For example, in the layout editor, using the drag-and-drop function, it's necessary to hold down the cursor to drag the components. So far, so good.
However, this function is divided between showing the component's tooltips and dragging it to the layout. Therefore, when dragging, it's necessary to calculate a delay to avoid displaying the tooltips.
If there were a way to display the tooltips differently, that would be very helpful."