Button tooltip covers up part of the button when at bottom right of window
REQUIRED INFORMATION
Ext version tested:
4.1
4.1.1
Browser versions tested against:
IE9
FF 13.0.01
Chrome 20.0.1132.47
DOCTYPE tested against:
See the example
Description:
When a button is located in the bottom right of the screen, the tooltip should shift to the left of the button. Instead, it partially covers the button so the button click will not be registered.
Steps to reproduce the problem:
Run the example code.
Resize the window to be the size of the ExtJS window.
Hover over the "Hover Error" button. (This is just an easy way to reproduce the problem. We have this exact issue in our application but reproducing that layout in an example would be very difficult. In our case, the window is maximized, but we happen to have a button at the bottom right corner of the screen.
The result that was expected:
The tooltip will show to the left of the button and not cover up the button where the mouse is located.
The result that occurs instead:
Depending on the browser, the toolip will cover up the top or the bottom of the browser and the mouse click will be lost because the tooltip is accepting the click.
After almost 4 years, I don't think Sencha is even considering fixing this bug. We just upgraded to ExtJS 6 and I just tested the other day to see that the issue still exists.