FlutterFlow / flutterflow-issues

A community issue tracker for FlutterFlow.
120 stars 18 forks source link

Dynamic Border Width Field Not Working #3153

Open SauloSA opened 3 months ago

SauloSA commented 3 months ago

Can we access your project?

Current Behavior

The "Border Width" field does not function with dynamic values in FlutterFlow. I intended to increase the border width of a container on hover, but the dynamic value does not work, not even in the default option as shown in the attached video.

Expected Behavior

The border width of the container should increase or decrease as configured when hovering over the container using dynamic values.

Steps to Reproduce

1) Configure the container to change the border width on hover using dynamic values. 2) Observe that the border width does not change as expected.

Reproducible from Blank

Bug Report Code (Required)

Not applicable

Visual documentation

https://github.com/FlutterFlow/flutterflow-issues/assets/56657406/b9d47a6e-48bb-4a54-b0cb-11171e97f1e8

Environment

FlutterFlow version: last
Platform: desktop windows
Browser name and version: Chrome 107.0.5304.110

Additional Information

No response

msusviela commented 3 months ago

Hi @SauloSA. I was able to reproduce the issue. I'll sent it to ENG so they can have a look

TheSilverNimbus commented 2 months ago

I seem to be having the same issue, @leighajarett, @msusviela.

In my case, I have also tried using a page variable, updated when the "On Focus Changed" event was triggered (and the page was rebuilt), and had the border width property change with the change in the variable value. However, that doesn't change the border width either.

(The details of the bug I'm experiencing---along with screenshots---can be in this FlutterFlow Community post of mine.)