mail-archives/mono-bugs/2003-August/007106.html

123 строки
4.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 47870][Maj] New - Font size bug
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<LINK REL="Previous" HREF="007105.html">
<LINK REL="Next" HREF="007107.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 47870][Maj] New - Font size bug
</H1>
<B>bugzilla-daemon@bugzilla.ximian.com
</B>
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
TITLE="[Mono-bugs] [Bug 47870][Maj] New - Font size bug">bugzilla-daemon@bugzilla.ximian.com
</A><BR>
<I>Mon, 25 Aug 2003 03:37:15 -0400 (EDT)</I>
<P><UL>
<LI> Previous message: <A HREF="007105.html">[Mono-bugs] [Bug 47869][Maj] Changed - CheckBox bug (UnCheck problem)
</A></li>
<LI> Next message: <A HREF="007107.html">[Mono-bugs] [Bug 47870][Maj] Changed - Font size bug
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7106">[ date ]</a>
<a href="thread.html#7106">[ thread ]</a>
<a href="subject.html#7106">[ subject ]</a>
<a href="author.html#7106">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by <A HREF="mailto:yaronshkop@hotmail.com.">yaronshkop@hotmail.com.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=47870">http://bugzilla.ximian.com/show_bug.cgi?id=47870</A>
--- shadow/47870 2003-08-25 03:37:15.000000000 -0400
+++ shadow/47870.tmp.6260 2003-08-25 03:37:15.000000000 -0400
@@ -0,0 +1,59 @@
+Bug#: 47870
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: System.Web
+AssignedTo: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
+ReportedBy: <A HREF="mailto:yaronshkop@hotmail.com">yaronshkop@hotmail.com</A>
+QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Font size bug
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+
+Description of Problem:
+Font size can not be changed by the user.
+
+Steps to reproduce the problem:
+1. Open the attached aspx file. with mozilla
+2. Click the &quot;test&quot; button
+
+Actual Results:
+Invalid html page is returned
+
+Expected Results:
+The size of the button's font should change to 16
+
+How often does this happen?
+Always
+
+Additional Information:
+I think it's related to the same bug I've reported on bug #47868
+The bug occur with IE too, but on IE no page is returned.
+
+&lt;HTML&gt;
+ &lt;HEAD&gt;
+ &lt;script language=&quot;C#&quot; runat=&quot;server&quot;&gt;
+ private void BtnTest_Click(object sender, System.EventArgs e)
+ {
+ BtnTest.Font.Size = 16;
+ }
+ &lt;/script&gt;
+ &lt;/HEAD&gt;
+ &lt;body MS_POSITIONING=&quot;GridLayout&quot;&gt;
+ &lt;form id=&quot;Form1&quot; method=&quot;post&quot; runat=&quot;server&quot;&gt;
+ &lt;asp:Button id=&quot;BtnTest&quot; style=&quot;Z-INDEX: 101; LEFT: 240px;
+ POSITION: absolute; TOP: 96px&quot; runat=&quot;server&quot;
+ Text=&quot;Test&quot; Width=&quot;72px&quot; OnClick=&quot;BtnTest_Click&quot;
+ EnableViewState=&quot;True&quot;&gt;&lt;/asp:Button&gt;
+ &lt;/form&gt;
+ &lt;/body&gt;
+&lt;/HTML&gt;
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="007105.html">[Mono-bugs] [Bug 47869][Maj] Changed - CheckBox bug (UnCheck problem)
</A></li>
<LI> Next message: <A HREF="007107.html">[Mono-bugs] [Bug 47870][Maj] Changed - Font size bug
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#7106">[ date ]</a>
<a href="thread.html#7106">[ thread ]</a>
<a href="subject.html#7106">[ subject ]</a>
<a href="author.html#7106">[ author ]</a>
</LI>
</UL>
</body></html>