3.2.0

Selecting cell content is too picky

I'm using the AW grid in an application with a very picky group of users. When a cell in the grid contains text and the user wants to select the entire content of the cell, they have to be very careful where they click and drag with the mouse, and this is driving the users up the wall. If you want to click after the end of the text and drag to the left, you have to click *just after* the last character of text. If you click anywhere beyond the end of the text, you can't select any text. Is there any way to make the selection of text in a grid cell less picky? Specifically, I need to allow clicking anywhere after the text in a cell to start the selection at the end of the text.
Randall Severy
March 22,
Bump. Anyone have any ideas on this issue?
Randall Severy
March 28,
Randall,

This should fix it (though I did not test it in all browsers) -

.aw-edit-cell .aw-item-text {
    width: 100%;
}
Alex (ActiveWidgets)
March 28,

This topic is archived.

See also:


Back to support forum