REBOL3 tracker
  0.9.12 beta
Ticket #0000715 User: anonymous

Project:



rss
TypeBug Statusdeferred Date17-Apr-2009 11:58
Versionalpha 111 Categoryn/a Submitted bymeijeru
PlatformWindows Severityminor Prioritynormal

Summary /no-resize refinement of view function does not work as expected
Description the /no-resize refinement combined with explicit clearing of the resize flag should NOT set the resize flag on the resulting gob, but it does. The 0.1.1 version of the code says:

opts/flags: any [opts/flags copy [resize]]
if opts/no-resize [
alter opts/flags 'resize
]

It is the alter that does it.
Example code
>>g: view/no-resize/options [...] [flags: []] 
>>probe g/flags
== [resize]

Assigned ton/a Fixed in- Last Update13-Aug-2013 16:41


Comments
(0000544)
BrianH
17-Apr-2009 20:52

No GUI bugs here yet - see #674.
(0003920)
Ladislav
13-Aug-2013 16:41

R3-GUI tickets allowed now.

Date User Field Action Change
13-Aug-2013 16:41 Ladislav Comment : 0003920 Added -
27-Jan-2011 21:39 BrianH Version Modified alpha 47 => alpha 111
27-Jan-2011 21:39 BrianH Category Modified none => -
27-Jan-2011 21:39 BrianH Ticket Moved "REBOL 3.0" => "R3 GUI"
17-Apr-2009 20:52 BrianH Comment : 0000544 Added -
17-Apr-2009 20:51 BrianH Description Modified -
17-Apr-2009 20:51 BrianH Code Modified -
17-Apr-2009 20:51 BrianH Status Modified submitted => deferred
17-Apr-2009 11:58 meijeru Ticket Added -