red icon indicating copy to clipboard operation
red copied to clipboard

Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cros...

Results 337 red issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The following code adds a button to panel, and adds a reaction: ``` Red [needs: view] i: 0 view [ p: panel green [] rate 2 on-time...

type.bug
GUI

**Describe the bug** For a **text-list** and **drop-list**/**drop-down** on-select event is triggered with: - `face/selected` referring to a **previously** chosen item, and - `event/picked` containing the **current** selection: `view [text-list...

GUI

**Describe the bug** This is a quite surprising and exploitable behavior: ![](https://i.gyazo.com/f3550aa2842e32583240865250fbfb77.gif) **To reproduce** `browse as url! "cmd.exe"` **Expected behavior** Should open the browser at `cmd.exe` or `https://cmd.exe` site. **Platform...

type.review

Dunno if it's related to https://github.com/red/red/issues/4454 or not but possible **Describe the bug** Real face still reacts to events, but nothing I'm doing makes the shadow face disappear: ![](https://i.gyazo.com/93dae5de8805e3cd869bbdef142a788b.gif) **To...

status.reviewed
GUI

For fixing issue #5265

**Describe the bug** This script: ``` Red [] write %1.red {Red [] throw/name 1 'console} write %2.red {Red [] throw/name 2 'right-name-missed} probe catch/name [do %1.red] 'wrong-name-caught probe catch/name [do...

status.waiting
type.bug
type.design

**Describe the bug** Well maybe not all of that, but OS freeze guaranteed. I wonder if we can work around this bug to secure our programs. **To reproduce** ### SAVE...

GUI

Do the PE32 "MSDOS" executables compiled by Red with -t --target "MSDOS : Windows, x86, console (+ GUI) applications" actually run under some version of real MSDOS, DRDOS, FreeDOS, ...?...

**Describe the bug** Custom panel actors completely overwrite the actors object. **To reproduce** ``` system/view/VID/styles/test-panel: [ default-actor: on-down template: [ type: 'panel size: 200x200 actors: [ test-func: func [a b][]...

**Describe the bug** The `image` `style` doesn't get its face color. **To reproduce** If I do `view [image yellow]` I get a WHITE image,. **Expected behavior** ``` system/view/VID/styles/image: [ default-actor:...

status.reviewed