RFR: 6583: Add filter and search table actions to EventBrowser page

Jessye Coleman-Shapiro github.com+29706926+jessyec-s at openjdk.java.net
Mon Dec 23 16:27:56 UTC 2019


On Mon, 23 Dec 2019 15:24:05 GMT, Marcus Hirt <hirt at openjdk.org> wrote:

>>> When searching the events table, the last element "Showing X of Y" seems to be broken.
>>> 
>> Yes, this seems to be an issue that occurs on all tables using itemLists, as it is also seen in the Event Log table on the Exceptions page.  [JMC-6659](https://bugs.openjdk.java.net/browse/JMC-6659) has been made to address this bug.
> 
> Hi Jessye!
> 
> Thanks for looking at this! I think you'd want the search/filter setting to be remembered (perhaps just for the session / in memory - i.e. no real persistence required). Right now, as soon as you switch event type, the search box will disappear, and you need to re-enable it. This gets tedious very quickly.

I have made the search and filter table actions persist when event types are switched in https://github.com/openjdk/jmc/pull/22/commits/c3c5cfa7cdf5193f529d3d02f7c719725edcc217

-------------

PR: https://git.openjdk.java.net/jmc/pull/22


More information about the jmc-dev mailing list