question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dialog create not restrict name to lowercase

See original GitHub issue

Describe the bug

Version

Browser

  • Chrome
  • Safari
  • Firefox
  • Edge

OS

  • macOS
  • Windows
  • Ubuntu

To Reproduce

Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Expected behavior

  • Option 1. Restrict it to lowercase, let [filename] = [dialogDisplayName]
  • Option 2. Do not restrict, decouple them, let [filename] = [dialogDisplayName].toLowercase() image

Screenshots

image

Additional context

Since our bot file structure have changed to all lowercase path/filename, creation needs to be updated

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
cwhittencommented, Apr 7, 2020

Can we use the $designer.name field as the display name? Option 2

0reactions
zhixzhancommented, Apr 7, 2020

OK, sounds like we do not need do any change on dialog creation.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android how to make ok button on dialog not all caps
After showing the dialog, I'm setting the button all caps false. ... AlertDialog dialog = builder.create(); dialog.show(); dialog.
Read more >
Dialog Control Operations - MATLAB & Simulink - MathWorks
Duplicate Parameter, Display, and Action control names are not allowed. Parameter names must be unique and are case insensitive. Names varying only in...
Read more >
How to Change Case in Word (Upper, Lower, Title or ...
Change case using the Change Case command in the Ribbon · Sentence case – capitalizes the first letter of a sentence. · Lowercase...
Read more >
How to force text string to uppercase / lowercase / proper case ...
Maybe in some case, you want to enter text in UPPERCASE or lowercase or Proper Case automatically in Excel, here this tutorial can...
Read more >
Convert a string to proper case in a label expression
For the examples below, the text field in use is titled NAME. To display as all CAP or all lowercase: Open the Layer...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found