yuluo-yx opened a new issue, #2760: URL: https://github.com/apache/rocketmq-dashboard/issues/2760
## Problem The table scroll helper accepts negative, zero, NaN, and infinite numeric widths, and also allows invalid extra space. These values can make scroll.x non-finite or smaller than the table needs. ## Expected behavior Treat invalid declared widths as unsized columns and ignore invalid extra space so the result remains finite and positive. ## Verification Extend tableScrollX tests with negative, zero, NaN, Infinity, and valid mixed widths. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
