When using the mouse wheel in the browser it fails to work.
Numbered Steps to Reproduce Problem:
1. Run code below in your world
Code Snippet (if applicable) to Reproduce Problem:
mob/verb
TheChoosenOne()
usr<<browse("<iframe src=http://www.byond.com/developer/forum/?forum=3 width=100% height=100%>")
Expected Results:
Mouse Wheel to move the window up and down
Actual Results:
It does not...
Does the problem occur every time under most circumstances?
Probably
When does the problem NOT occur?
When I am not using the browser in byond!
Workarounds:
Arrow keys
Not sure if there's some new code required internally or not, but hopefully a solution can be found.