Home
Phorge
Search
Configure Global Search
Log In
Transactions
D25067
Change Details
Change Details
Old
New
Diff
This loose comparison causes a bug when comparing the selected tab (0) with a tab which has an alphanumeric ID which doesn't begin with an integer. E.g., `(0 == 'kq3p37awi2n5')` is true in PHP 7.4 and below, this can sometimes cause multiple tabs to be displayed when a tab panel is first loaded onto a page.
Fix a loose comparison causing a bug when comparing the selected tab (0) with a tab which has an alphanumeric ID which doesn't begin with an integer. E.g., `(0 == 'kq3p37awi2n5')` is true in PHP 7.4 and below, this can sometimes cause multiple tabs to be displayed when a tab panel is first loaded onto a page: {F278735}
This
Fix a
loose comparison caus
es
ing
a bug when comparing the selected tab (0) with a tab which has an alphanumeric ID which doesn't begin with an integer. E.g., `(0 == 'kq3p37awi2n5')` is true in PHP 7.4 and below, this can sometimes cause multiple tabs to be displayed when a tab panel is first loaded onto a page
.
: {F278735}
Continue