bugDotGNU Portable.NET - Bugs: bug #15698, Content of tab page is not...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #15698: Content of tab page is not displaying unless tab label clicked

Submitter:  Radek Polak <radekp>
Submitted:  Fri 10 Feb 2006 05:14:04 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Sun 30 Apr 2006 03:46:01 PM UTC, comment #5: 

TabControl works fine for me, please close this bug.

Radek Polak <radekp>
Group Member
Mon 13 Feb 2006 07:46:23 AM UTC, comment #4: 

fixed in cvs, please test.
modified TabControl.cs

Heiko Weiss <brubbel>
Group Member
Fri 10 Feb 2006 05:58:06 PM UTC, comment #3: 

Please forget my last comment. I got confused.

Radek Polak <radekp>
Group Member
Fri 10 Feb 2006 05:55:21 PM UTC, comment #2: 

Please forget my last comment. I was too fast and confused.

Radek Polak <radekp>
Group Member
Fri 10 Feb 2006 05:23:12 PM UTC, comment #1: 

If you comment lines 2717..2719 in Control.cs it starts working. Problem could be there, but it could be also in TabControl.

Lines to be commented:

if( !this.Visible ) {
return; // no need to layout, increases performance
}

Radek Polak <radekp>
Group Member
Fri 10 Feb 2006 05:14:04 PM UTC, original submission:  

Compile and run attached test.
cscc -winforms -o tab.exe tab.cs
ilrun tab.exe

Content of tab is empty unless label ("Test") is clicked - then button shows up.

This bug was probably introduced with changes in Control - it was working before.

Radek Polak <radekp>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #2009:  tab.cs added by radekp (345B - application/octet-stream - Test form for tab page bug)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-06-07 radekp StatusReady For Test Fixed
2006-06-07 radekp Open/ClosedOpen Closed
2006-02-13 brubbel StatusNone Ready For Test
2006-02-10 radekp Attached File- Added tab.cs, #3384

Back to the top

Powered by Savane 3.15-94dd.
Corresponding source code