Difference between revisions of "Mozilla.dev.tech.layout - Friday October 13 2006"

From CDOT Wiki
Jump to: navigation, search
(Discussions)
(Discussions)
Line 12: Line 12:
 
=Discussions=
 
=Discussions=
  
* There was discussion about profiling the testcase for bug 352367 on the reflow branch.  This bug is Firefox renders large tables with forms MUCH slower than IE (100x slower)The writer was asking about trying to reduce the calls to various functions like nsRuleNode::GetStyleData and nsStyleContext::GetStyleData . Ultimately it was mentioned that GetWidthInfo() took about 20% of the load time[http://groups.google.com/group/mozilla.dev.tech.layout/browse_thread/thread/3efaffa2893333c4/4d088595f0df53a2#4d088595f0df53a2  Perf question (reflow branch)].
+
* There was discussion about profiling the testcase for bug 352367 on the reflow branch.  This bug is Firefox renders large tables with forms MUCH slower than IE (100x slower)The writer was asking about trying to reduce the calls to various functions like nsRuleNode::GetStyleData and nsStyleContext::GetStyleData . Ultimately it was mentioned that GetWidthInfo() took about 20% of the load time [http://groups.google.com/group/mozilla.dev.tech.layout/browse_thread/thread/3efaffa2893333c4/4d088595f0df53a2#4d088595f0df53a2  Perf question (reflow branch)].
 
* In MSIE table captions are displayed at the same size as content. But in Firefox the text displays at browser default, It also exceeds the width of the table and the excess is hidden if the table is enclosed in a bounding div.  The writer wants to know if Is there any way of applying a font-size to firefox table caption text while keeping the correct display in other browsers.  In addition is it possible for preventing the caption width from exceeding the tables'width [http://groups.google.com/group/mozilla.dev.tech.layout/browse_thread/thread/f7872557085da571/6c3550647c850aa0#6c3550647c850aa0 firefox table captions].
 
* In MSIE table captions are displayed at the same size as content. But in Firefox the text displays at browser default, It also exceeds the width of the table and the excess is hidden if the table is enclosed in a bounding div.  The writer wants to know if Is there any way of applying a font-size to firefox table caption text while keeping the correct display in other browsers.  In addition is it possible for preventing the caption width from exceeding the tables'width [http://groups.google.com/group/mozilla.dev.tech.layout/browse_thread/thread/f7872557085da571/6c3550647c850aa0#6c3550647c850aa0 firefox table captions].
 
* Can the Gecko engine be used to get the width information of some HTML elements (such as table,tr,td)[http://groups.google.com/group/mozilla.dev.tech.layout/browse_thread/thread/12cce877ec767ac0/1bc65afbdf4df6b1#1bc65afbdf4df6b1 Help for getting HTML element width info].
 
* Can the Gecko engine be used to get the width information of some HTML elements (such as table,tr,td)[http://groups.google.com/group/mozilla.dev.tech.layout/browse_thread/thread/12cce877ec767ac0/1bc65afbdf4df6b1#1bc65afbdf4df6b1 Help for getting HTML element width info].

Revision as of 10:48, 2 November 2006

Newsgroup summaries:mozilla.dev.tech.layout

October 13-26, 2006

Go to mozilla.dev.tech.layout on google groups.

Go to mozilla.dev.tech.layout on this wiki.

Announcements

No announcements for this week.

Discussions

  • There was discussion about profiling the testcase for bug 352367 on the reflow branch. This bug is Firefox renders large tables with forms MUCH slower than IE (100x slower)The writer was asking about trying to reduce the calls to various functions like nsRuleNode::GetStyleData and nsStyleContext::GetStyleData . Ultimately it was mentioned that GetWidthInfo() took about 20% of the load time Perf question (reflow branch).
  • In MSIE table captions are displayed at the same size as content. But in Firefox the text displays at browser default, It also exceeds the width of the table and the excess is hidden if the table is enclosed in a bounding div. The writer wants to know if Is there any way of applying a font-size to firefox table caption text while keeping the correct display in other browsers. In addition is it possible for preventing the caption width from exceeding the tables'width firefox table captions.
  • Can the Gecko engine be used to get the width information of some HTML elements (such as table,tr,td)Help for getting HTML element width info.
  • There was a discussion about interfaces allowing multiple presshells. The writer is for the idea and believes this issue should be cleared up Multiple presshells.
  • The writer is seeking instructions on how to fix the table border color quirk that makes the border color dependent on the background. The quirk is a pure NN4.6 quirkRemoval of the NN4.6 table border color quirk.
  • The writer is trying to convert nsHTMLReflowState into a base class pulling part of nsHTMLReflowState into a base class.
  • A few changes have been made to the reflow branch reflow branch status.
  • There was a discussion on CSS layout behavior which was about faux columns with a mix of undefined and fix width columns faux columns with a mix of undefined and fix width columns.
  • There was a question on what modifications should be done to deactivate a ComboBox from Mozilla ComboBox in Mozilla.

Meetings

No meetings for this week.