Text overlay,Text is zero not display.

Created on 8 October 2022, over 2 years ago
Updated 17 August 2024, 5 months ago

Use text overlay when text is number zero.Zero not display.

πŸ› Bug report
Status

Needs work

Version

1.13

Component

Text Effects Module

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΈπŸ‡°Slovakia poker10

    Thanks for reporting and working on this. If $params['text'] will be a zero (a number), this code will behave differently on older PHP versions (the result will be TRUE) and newer PHP versions (the result will be FALSE):

    if ($params['text'] == "") {
      ...
    }
    

    Also if it is possible, that $params['text'] can be NULL, then the patch will change the current behavior.

Production build 0.71.5 2024