Basalt icon indicating copy to clipboard operation
Basalt copied to clipboard

A UI Framework for CC:Tweaked

Results 28 Basalt issues
Sort by recently updated
recently updated
newest added

### What happened? Attempt to debug a thread by displaying a value using `basalt.debug` crashes the program. ### Computercraft client CraftOSPC ### Relevant log output ```shell I wish this was...

bug

I cannot create input fields Steps to reproduce the behavior: 1. Use addInput() to create a input field 2. Run to see errors I expect it to create a input...

bug

Image doesn't appers on screen. Steps to reproduce the behavior: 1. Coppy example from https://basalt.madefor.cc/#/objects/Image 2. Paste in my programm 3. Add `require()` and `autoUpdate()` function 4. Run programm Expected:...

bug

**Describe the bug** When I call `basalt.setActiveFrame`, nothing happens. The current frame is still the previous frame. **To Reproduce** Steps to reproduce the behavior: 1. Copy the example usage from...

bug

**Describe the bug** The textfield object crashes the basalt when new line is added and removed. **To Reproduce** Steps to reproduce the behavior: 1. create textField 2. add new line...

bug

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Parsing XML (or HTML)...

enhancement

**Describe the bug** Calling the `addObject` function with a directory path doesn't seem to do anything at all - custom object modules are not required. It looks like all this...

bug

## Where? In each class that inherits from other classes. ## Possible solution I really like the way the roblox documentation does this, it lists the methods the object itself...

documentation

### What happened? When labels are used with XML, they terminate unexpectedly. This occurs whether or not a space is present in the string, leading me to believe that the...

bug

I would like support for Nitrogen Fingers Text, witch has support built in to CC:Tweaked, but no support in basalt **Additional context** [public editor (npaintpro by nitrogenfingers)](https://www.computercraft.info/forums2/index.php?/topic/5029-145-npaintpro/) [2 examples of...

enhancement