Bug #2121
2019.12.17 - Expansion Patch bugs
Description
`ReplyDialog:Choose[1]` is selecting the item but not "clicking it" anymore (broke with expansion patch)
I'd guess it's the same, but eq2uipage that uses :HighlightRow[#] does the same thing, only highlights and doesn't click it.
Updated by Kannkor almost 5 years ago
This may or may not be related to the above, or even with this patch.
In game there is a new UI, where if you left click on something, it highlights, if you double left click, it adds it to a list.
The in-game element is an eq2uipage. I can :LeftClick it, and it highlights it.
If I :DoubleLeftClick, nothing happens at all. I'm not sure I have ever used :DoubleLeftClick anywhere ever, so I can't say it has ever worked or when it was broke.
Updated by Kannkor almost 5 years ago
For testing ReplyDialog
Get a crafting writ ( In a GH: Talk to "Guild Hall Rush Order Agent" - On the right in my Guild hall). Just accept any writ, the top one is fine.
Then on the wall (again, on the right) is a clipboard. Click on the clipboard, you will get a pop up box with two options. ReplyDialog:Choose[1] - prior to expansion this would "click" the top option, now it only highlights it.
The DoubleLeftClick - I'll have to get back to you... The thing we're trying to use it for requires the new expansion.
Updated by Kannkor almost 5 years ago
Found an example of doubleclicking
In the spell effects window (NOT the maintained window), if you double click on something in there, it opens something (usually examines it, exception is if you have mail, it will open the mail window)
To test, have a buff on you. Double click on the icon in the spell window, it opens an examine.
Here is sample code to test/reach it.
echo ${EQ2UIPage[_HUD,effects].Child[page,_HUD.effects].Child[VolumePage,1].Child[Icon,2]}
Below does nothing
EQ2UIPage[_HUD,effects].Child[page,_HUD.effects].Child[VolumePage,1].Child[Icon,2]:DoubleLeftClick
Updated by Amadeus almost 5 years ago
- Status changed from New to Resolved
The ReplyDialog:Choose method should be working again as of version 20191219.0003. Please make another bug report specific to DoubleLeftClick if you want me to look into that one for any reason.