One of my panels has a function that is called in the onactivate event that works fine. I changed the event to oncontextmenu and nothing else, but the event does not work trigger more. I have tried right clicking on the panel, and I have tried the context menu key on my keyboard, but still it does not work. According to the description on the wiki, oncontextmenu triggers when "User right clicked on the panel, or used the context menu key on their keyboard", so I think this is very likely a bug.
Announcement
Collapse
Forum Rules
- No flaming or derogatory remarks, directly or through insinuation.
- No discussion, sharing or referencing illegal software such as hacks, keygen, cracks and pirated software.
- No offensive contents, including but not limited to, racism, gore or pornography.
- No excessive spam/meme, i.e. copious one liners in a short period of time, typing with all caps or posting meme responses (text/image).
- No trolling, including but not limited to, flame incitation, user provocation or false information distribution.
- No link spamming or signature advertisements for content not specific to Dota 2.
- No Dota 2 key requests, sell, trade etc.
- You may not create multiple accounts for any purpose, including ban evasion, unless expressly permitted by a moderator.
- Please search before posting. One thread per issue. Do not create another thread if there is an existing one already.
- Before posting anything, make sure you check out all sticky threads (e.g., this). Do not create new threads about closed ones.
- It is extremely important that you post in correct forum section.
- Balance discussion only in Misc.
- All art related (such as hero model) feedbacks go to Art Feedback Forum.
- All matchmaking feedback should go here: Matchmaking Feedback
- All report/low priority issues should go here: Commend/Report/Ban Feedback
- No specific workshop item feedback. These should go to workshop page of that item.
- When posting in non-bugs section (such as this), use [Bugs], [Discussion] or [Suggestion] prefix in your thread name.
- Before posting any bug, test it in latest DotA map or Latest DotA Test Map and make sure it is actually a bug.
You can also find references in PlayDota Guides and PlayDota Mechanics. - Follow Bug Reporting Guide when reporting bugs.
In case you object some action by a moderator, please contact him directly through PM and explain your concerns politely. If you are still unable to resolve the issue, contact an administrator. Do not drag these issues in public.
All rules are meant to augment common sense, please use them when not conflicted with aforementioned policies.
See more
See less
[Bug] Panorama oncontextmenu event is broken
Collapse
X
-
Works fine for me. :/
context menu key
e/ is it a Panel or a Button? a Button is just a Panel that filters mouse eventsEvery time you have an issue, spend at least 5 minutes on each of these four sites Google, Wiki, Github, and ModDota
If you still can't figure out your issue, post your issue on moddota in as much detail as possible with a SSCCE. If you do not complete these requirements, than you will be rejected by the community. Try not to contact individual users for help as we are very busy.
-
A Button is mostly just a panel that automatically sets acceptsfocus="true". If you set an onactivate event on a panel, it also automatically sets acceptsfocus="true". I suspect that by switching to oncontextmenu, acceptsfocus was being left as the default "false", which was causing the right click not to work.
If you want to keep it a Panel, then you can mark it as acceptsfocus="true" and then it should work. That being said, switching to Button often conveys the intent better, so it's also a good option.
Comment
Comment