REBOL Developer Network
RAMBO || Submit || Logon

User: Guest


RAMBO Ticket #4137

Id:

4137

Summary:

REBOL/View crashes on face inside another face

Type:

Bug

Class:

Code

State:

Reviewed

Importance:

Critical

Product:

View

Category:

TBD

Version:

1.3.2

Platform:

XP

Created:

5-Sep-2006/9:55:58-4:00

Modified:

5-Sep-2006/9:55:58-4:00

Details:

The example code will crash REBOL/View, when clicking in the window a few times.

Example:

view make face [

size: 10x10
do do-this: does [
insert tail pane: [] make face [
feel: make feel [
detect: func [face evt][
if evt/type = 'up [
repeat i 5000 [
do-this
]
]
evt
]
]
color: edge: font: para: none
pane: make face [color: edge: font: para: feel: none]
]
]
color: edge: font: para: none
]

Fix:

Response:

Submitter:

Henrik Mikael Kristensen

Email:

(private)

REBOL Technologies   -   WWW.REBOL.COM