Always mouse over "Report" coming from the scroll bar
-
I keep running into this usability problem, which may not be that big of a deal for most people. When I scroll down to the bottom of a forum/comment thread, and go to click on the next page, I wind up mousing over the Report link, which doesn't go away until I move out of the rectangle. It blocks the page numbers' hitbox, maybe because it's higher in the Z-order, but you can't even click through the transparent part around the edge. The mouse-over box extends all the way to the right which is the reason I run into the problem and the reason I find it annoying. I have accidentally clicked Report before and I think managed to not report the perfectly valid comment. I wonder, is there a way to make that extra blank space do nothing instead? Here is a screenshot of the area to which I refer. Edit: Correct image http://i.imgur.com/xw8wQ.png I'm using Firefox 14 on Win7 at the moment, if that helps.
-
I keep running into this usability problem, which may not be that big of a deal for most people. When I scroll down to the bottom of a forum/comment thread, and go to click on the next page, I wind up mousing over the Report link, which doesn't go away until I move out of the rectangle. It blocks the page numbers' hitbox, maybe because it's higher in the Z-order, but you can't even click through the transparent part around the edge. The mouse-over box extends all the way to the right which is the reason I run into the problem and the reason I find it annoying. I have accidentally clicked Report before and I think managed to not report the perfectly valid comment. I wonder, is there a way to make that extra blank space do nothing instead? Here is a screenshot of the area to which I refer. Edit: Correct image http://i.imgur.com/xw8wQ.png I'm using Firefox 14 on Win7 at the moment, if that helps.
tooltip controller was very useful for this things. but you are fail to mention the application type . here application type is very important. what type of application you want to develop or add this feature. it is web app or window app. i will give the solutions for both in the window application means we have to take one supertooltip controller to your application and ofter add one xtrareport class to your application in that xtrareport class contains your report simply comes to the supertooltiper choose the action simple call the xtrareport to here xtrareport xtr=new xtrareport(); xtr.show(); finally you have to assign this supertooltip to the controllers(like datagrid view ,list view ....) mention dimensions i mean height and width where as web app means you have need css support for this.
-
I keep running into this usability problem, which may not be that big of a deal for most people. When I scroll down to the bottom of a forum/comment thread, and go to click on the next page, I wind up mousing over the Report link, which doesn't go away until I move out of the rectangle. It blocks the page numbers' hitbox, maybe because it's higher in the Z-order, but you can't even click through the transparent part around the edge. The mouse-over box extends all the way to the right which is the reason I run into the problem and the reason I find it annoying. I have accidentally clicked Report before and I think managed to not report the perfectly valid comment. I wonder, is there a way to make that extra blank space do nothing instead? Here is a screenshot of the area to which I refer. Edit: Correct image http://i.imgur.com/xw8wQ.png I'm using Firefox 14 on Win7 at the moment, if that helps.
I'm planning on tackling this one next week.
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
-
I'm planning on tackling this one next week.
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP
Thanks!