brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] [Core][Cubic Bezier Editor]: Time ranges from -5% to 105% on the Cubic Bezier Editor. #5381

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by julieyuan Thursday Nov 07, 2013 at 08:34 GMT Originally opened as https://github.com/adobe/brackets/issues/5883


Steps:

  1. Launch Brackets and open a CSS file.
  2. Input the content: animation-timing-function:cubic-bezier(0,.66, 1,.23);
  3. Press Ctrl/Cmd+E on the cubic-bezier to open the Cubic Bezier inline Editor.
  4. Hover the cursor on the point and observe the number for Time.

Result: The time ranges from -5% to 105%.

Expected: It should range from 0% to 100%.

Notes: Please refer to http://cubic-bezier.com/#0,.66,1,.23. And when I hover the mouse on the point, the number for time don't change.

ENV: MAC 10.8 English OS Build: 0.34.0-10292

Snapshots: Please refer to snapshots for reference: time-1 time-2

core-ai-bot commented 3 years ago

Comment by redmunds Thursday Nov 07, 2013 at 16:05 GMT


Good catch!

core-ai-bot commented 3 years ago

Comment by redmunds Friday Nov 08, 2013 at 00:40 GMT


FBNC back to@julieyuan.

core-ai-bot commented 3 years ago

Comment by julieyuan Friday Nov 08, 2013 at 03:18 GMT


Fixed in build 0.34.0-10534.@redmunds Great :+1: Closing and offering the snapshots for reference: 11 22