From: Leif W <war...@us...> - 2003-09-25 20:23:20
|
Check out the examples/dynapi.gui.viewpane.html in Mozilla 1.4 or 1.5 beta and/or Mozilla Firebird 0.6.1. The horizontal scrollbar doesn't appear at the bottom, in any of the three content pages (it should appear in content 1 and 3, as it does in IE6 and Opera 7.11). Also note, for the case of example content 2, where the content is narrower than the viewpane, this looks odd in the example page, and at first I'd expect the scrollbar to have shrunk to fit nicely around the smaller content. Then I realize, the viewpane size is static, and the content is just falling short. But what about minor rendering glitches of a pixel here or there? Think this could be added as an option, to have a "shrink-wrap" or "collapsible" viewpane? Leif P.S. Let me know if more info is needed, or screenshots. I'll take a look at the code as well, but at a quick glance I have no idea why the Mozilla code isn't working. |
From: Raymond I. <xw...@ya...> - 2003-09-26 16:40:12
|
--- Leif W <war...@us...> wrote: > Check out the examples/dynapi.gui.viewpane.html in > Mozilla 1.4 or 1.5 beta > and/or Mozilla Firebird 0.6.1. The horizontal > scrollbar doesn't appear at > the bottom, in any of the three content pages (it > should appear in content 1 > and 3, as it does in IE6 and Opera 7.11). Strange! Might have something to do with autosizing? > Also note, for the case of example content 2, where > the content is narrower > than the viewpane, this looks odd in the example > page, and at first I'd > expect the scrollbar to have shrunk to fit nicely > around the smaller > content. Then I realize, the viewpane size is > static, and the content is > just falling short. But what about minor rendering > glitches of a pixel here > or there? Think this could be added as an option, > to have a "shrink-wrap" > or "collapsible" viewpane? Well you could create a new ViewPaneStyle to support the Collapse feature but in most cases (I think) the user would not want the ViewPane's "viewing area" to be changed. -- Raymond Irving > Leif > > P.S. Let me know if more info is needed, or > screenshots. I'll take a look > at the code as well, but at a quick glance I have no > idea why the Mozilla > code isn't working. > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Leif W <war...@us...> - 2003-09-26 19:44:12
|
Forgot to mention before. Also of note: in Opera 7.11, when scrolling horizontally or especially vertically, the click and drag triggers a text select, even when the mouse has not been let up. ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Friday, September 26, 2003 12:39 PM Subject: Re: [Dynapi-Dev] Viewpane scrolling problem in Mozilla and Firebird > > --- Leif W <war...@us...> wrote: > > Check out the examples/dynapi.gui.viewpane.html in > > Mozilla 1.4 or 1.5 beta > > and/or Mozilla Firebird 0.6.1. The horizontal > > scrollbar doesn't appear at > > the bottom, in any of the three content pages (it > > should appear in content 1 > > and 3, as it does in IE6 and Opera 7.11). > > Strange! Might have something to do with autosizing? > > > Also note, for the case of example content 2, where > > the content is narrower > > than the viewpane, this looks odd in the example > > page, and at first I'd > > expect the scrollbar to have shrunk to fit nicely > > around the smaller > > content. Then I realize, the viewpane size is > > static, and the content is > > just falling short. But what about minor rendering > > glitches of a pixel here > > or there? Think this could be added as an option, > > to have a "shrink-wrap" > > or "collapsible" viewpane? > > Well you could create a new ViewPaneStyle to support > the Collapse feature but in most cases (I think) the > user would not want the ViewPane's "viewing area" to > be changed. > > -- > Raymond Irving > > > Leif > > > > P.S. Let me know if more info is needed, or > > screenshots. I'll take a look > > at the code as well, but at a quick glance I have no > > idea why the Mozilla > > code isn't working. > > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > > |
From: Kevin <ke...@ke...> - 2003-09-29 21:35:39
|
Hi, I've got similar comments plus a point about IE too. Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 1) dynapi.gui.viewpane.html content #1: no horiz scroll bar & browser vert scroll bar appears too content #2: ok content #2(typo): no horiz scroll bar 2) dynapi.gui.viewpane-loadpanel.html file 1: browser vert scroll bar appears too file 2: browser vert scroll bar appears too file 3: ok With all files when horiz bar at max scroll file content is badly clipped by vert scroll bar (this can be seen in IE too). Maybe inner border/scroll calculations? 3) dynapi.gui.viewpane-explorer.html Both horiz and vert scrolling is ok. Cicking text next to envelope will open envelope but not expand menu. Envelope cannot be closed again. Click + to expand Emails then click on the Outbox text this will open Inbox envelope and visa-versa (this can be seen in IE too). Notes) The StyleManager stuff is part of the new ViewPane / ScrollBar / Button components so I don't know where to start to help with any bug fixes. Can't the use of StyleManger be optional? Noted in comments that ButtonStyle / ScrollBarStyle are optional but aren't they dependants in the packages.js file? Ahh I've found scrollbar.style.js provides a default style named 'ScrollBar' and the style 'ViewPaneScrollBar' is an alias for it? I've got a long way to go to understand this. - Kevin "Raymond Irving" <xw...@ya...> > --- Leif W <war...@us...> wrote: > > Check out the examples/dynapi.gui.viewpane.html in > > Mozilla 1.4 or 1.5 beta > > and/or Mozilla Firebird 0.6.1. The horizontal > > scrollbar doesn't appear at > > the bottom, in any of the three content pages (it > > should appear in content 1 > > and 3, as it does in IE6 and Opera 7.11). > > Strange! Might have something to do with autosizing? > > > Also note, for the case of example content 2, where > > the content is narrower > > than the viewpane, this looks odd in the example > > page, and at first I'd > > expect the scrollbar to have shrunk to fit nicely > > around the smaller > > content. Then I realize, the viewpane size is > > static, and the content is > > just falling short. But what about minor rendering > > glitches of a pixel here > > or there? Think this could be added as an option, > > to have a "shrink-wrap" > > or "collapsible" viewpane? > > Well you could create a new ViewPaneStyle to support > the Collapse feature but in most cases (I think) the > user would not want the ViewPane's "viewing area" to > be changed. > > -- > Raymond Irving > > > Leif > > > > P.S. Let me know if more info is needed, or > > screenshots. I'll take a look > > at the code as well, but at a quick glance I have no > > idea why the Mozilla > > code isn't working. > > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
From: Raymond I. <xw...@ya...> - 2003-09-30 03:51:46
|
Hi, See below: --- Kevin <ke...@ke...> wrote: > Hi, > > I've got similar comments plus a point about IE too. > > Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) > Gecko/20021003 > > 1) dynapi.gui.viewpane.html > > content #1: no horiz scroll bar & browser vert > scroll bar appears too > content #2: ok > content #2(typo): no horiz scroll bar > > 2) dynapi.gui.viewpane-loadpanel.html > > file 1: browser vert scroll bar appears too > file 2: browser vert scroll bar appears too > file 3: ok > With all files when horiz bar at max scroll > file content is badly clipped by vert scroll > bar (this can be seen in IE too). Maybe inner > border/scroll calculations? > > 3) dynapi.gui.viewpane-explorer.html > > Both horiz and vert scrolling is ok. > Cicking text next to envelope will open > envelope but not expand menu. Envelope > cannot be closed again. Click + to expand > Emails then click on the Outbox text this > will open Inbox envelope and visa-versa > (this can be seen in IE too). Some of these I've also seen. I'll try to fix these once I've converted to the new Widget model. > Notes) > > The StyleManager stuff is part of the new > ViewPane / ScrollBar / Button components so > I don't know where to start to help with any > bug fixes. > > Can't the use of StyleManger be optional? If StyleManager is optional then we'll not be able to use different designs in the various widgets. The StyleManager makes it possible to change the Scrollbars and Buttons used in the ViewPane, etc. > Noted > in comments that ButtonStyle / ScrollBarStyle > are optional but aren't they dependants in the > packages.js file? > > Ahh I've found scrollbar.style.js provides a > default style named 'ScrollBar' and the style > 'ViewPaneScrollBar' is an alias for it? Yes, that's it. Each widget comes with a default style. For example: Button - default style called Button (button.style.js) ScrollBar - default style called ScrollBar (scrollbar.style.js) Even the default styles are optional. You can load any style you need. >I've > got a long way to go to understand this. The new Widget model will contain more info. -- Raymond Irving > - > Kevin > > "Raymond Irving" <xw...@ya...> > > > --- Leif W <war...@us...> wrote: > > > Check out the examples/dynapi.gui.viewpane.html > in > > > Mozilla 1.4 or 1.5 beta > > > and/or Mozilla Firebird 0.6.1. The horizontal > > > scrollbar doesn't appear at > > > the bottom, in any of the three content pages > (it > > > should appear in content 1 > > > and 3, as it does in IE6 and Opera 7.11). > > > > Strange! Might have something to do with > autosizing? > > > > > Also note, for the case of example content 2, > where > > > the content is narrower > > > than the viewpane, this looks odd in the example > > > page, and at first I'd > > > expect the scrollbar to have shrunk to fit > nicely > > > around the smaller > > > content. Then I realize, the viewpane size is > > > static, and the content is > > > just falling short. But what about minor > rendering > > > glitches of a pixel here > > > or there? Think this could be added as an > option, > > > to have a "shrink-wrap" > > > or "collapsible" viewpane? > > > > Well you could create a new ViewPaneStyle to > support > > the Collapse feature but in most cases (I think) > the > > user would not want the ViewPane's "viewing area" > to > > be changed. > > > > -- > > Raymond Irving > > > > > Leif > > > > > > P.S. Let me know if more info is needed, or > > > screenshots. I'll take a look > > > at the code as well, but at a quick glance I > have no > > > idea why the Mozilla > > > code isn't working. > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > Dynapi-Dev mailing list > > > Dyn...@li... > > > > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > __________________________________ > > Do you Yahoo!? > > The New Yahoo! Shopping - with improved product > search > > http://shopping.yahoo.com > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |
From: Doug M. <do...@cr...> - 2003-09-30 16:54:44
|
Do tell, please.. I've missed quite a lot.. Is this new Wiget model documented? Where's the docs? ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Monday, September 29, 2003 11:51 PM Subject: Re: [Dynapi-Dev] Viewpane scrolling problem in Mozilla + > Hi, > > See below: > > --- Kevin <ke...@ke...> wrote: > > Hi, > > > > I've got similar comments plus a point about IE too. > > > > Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) > > Gecko/20021003 > > > > 1) dynapi.gui.viewpane.html > > > > content #1: no horiz scroll bar & browser vert > > scroll bar appears too > > content #2: ok > > content #2(typo): no horiz scroll bar > > > > 2) dynapi.gui.viewpane-loadpanel.html > > > > file 1: browser vert scroll bar appears too > > file 2: browser vert scroll bar appears too > > file 3: ok > > With all files when horiz bar at max scroll > > file content is badly clipped by vert scroll > > bar (this can be seen in IE too). Maybe inner > > border/scroll calculations? > > > > 3) dynapi.gui.viewpane-explorer.html > > > > Both horiz and vert scrolling is ok. > > Cicking text next to envelope will open > > envelope but not expand menu. Envelope > > cannot be closed again. Click + to expand > > Emails then click on the Outbox text this > > will open Inbox envelope and visa-versa > > (this can be seen in IE too). > > Some of these I've also seen. I'll try to fix these > once I've converted to the new Widget model. > > > Notes) > > > > The StyleManager stuff is part of the new > > ViewPane / ScrollBar / Button components so > > I don't know where to start to help with any > > bug fixes. > > > > Can't the use of StyleManger be optional? > > If StyleManager is optional then we'll not be able to > use different designs in the various widgets. The > StyleManager makes it possible to change the > Scrollbars and Buttons used in the ViewPane, etc. > > > Noted > > in comments that ButtonStyle / ScrollBarStyle > > are optional but aren't they dependants in the > > packages.js file? > > > > Ahh I've found scrollbar.style.js provides a > > default style named 'ScrollBar' and the style > > 'ViewPaneScrollBar' is an alias for it? > > Yes, that's it. Each widget comes with a default > style. For example: > > Button - default style called Button (button.style.js) > ScrollBar - default style called ScrollBar > (scrollbar.style.js) > > Even the default styles are optional. You can load any > style you need. > > >I've > > got a long way to go to understand this. > > The new Widget model will contain more info. > > -- > Raymond Irving > > > > - > > Kevin > > > > "Raymond Irving" <xw...@ya...> > > > > > --- Leif W <war...@us...> wrote: > > > > Check out the examples/dynapi.gui.viewpane.html > > in > > > > Mozilla 1.4 or 1.5 beta > > > > and/or Mozilla Firebird 0.6.1. The horizontal > > > > scrollbar doesn't appear at > > > > the bottom, in any of the three content pages > > (it > > > > should appear in content 1 > > > > and 3, as it does in IE6 and Opera 7.11). > > > > > > Strange! Might have something to do with > > autosizing? > > > > > > > Also note, for the case of example content 2, > > where > > > > the content is narrower > > > > than the viewpane, this looks odd in the example > > > > page, and at first I'd > > > > expect the scrollbar to have shrunk to fit > > nicely > > > > around the smaller > > > > content. Then I realize, the viewpane size is > > > > static, and the content is > > > > just falling short. But what about minor > > rendering > > > > glitches of a pixel here > > > > or there? Think this could be added as an > > option, > > > > to have a "shrink-wrap" > > > > or "collapsible" viewpane? > > > > > > Well you could create a new ViewPaneStyle to > > support > > > the Collapse feature but in most cases (I think) > > the > > > user would not want the ViewPane's "viewing area" > > to > > > be changed. > > > > > > -- > > > Raymond Irving > > > > > > > Leif > > > > > > > > P.S. Let me know if more info is needed, or > > > > screenshots. I'll take a look > > > > at the code as well, but at a quick glance I > > have no > > > > idea why the Mozilla > > > > code isn't working. > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > This sf.net email is sponsored by:ThinkGeek > > > > Welcome to geek heaven. > > > > http://thinkgeek.com/sf > > > > _______________________________________________ > > > > Dynapi-Dev mailing list > > > > Dyn...@li... > > > > > > > > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > > > __________________________________ > > > Do you Yahoo!? > > > The New Yahoo! Shopping - with improved product > > search > > > http://shopping.yahoo.com > > > > > > > > > > > > ------------------------------------------------------- > > > This sf.net email is sponsored by:ThinkGeek > > > Welcome to geek heaven. > > > http://thinkgeek.com/sf > > > _______________________________________________ > > > Dynapi-Dev mailing list > > > Dyn...@li... > > > > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Shopping - with improved product search > http://shopping.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.522 / Virus Database: 320 - Release Date: 9/29/03 |
From: Raymond I. <xw...@ya...> - 2003-10-01 05:10:57
|
No docs yet but see StyleManager based Components inside the src/gui folder for some info. -- Raymond Irving --- Doug Melvin <do...@cr...> wrote: > Do tell, please.. > I've missed quite a lot.. > Is this new Wiget model documented? > > Where's the docs? > > ----- Original Message ----- > From: "Raymond Irving" <xw...@ya...> > To: <dyn...@li...> > Sent: Monday, September 29, 2003 11:51 PM > Subject: Re: [Dynapi-Dev] Viewpane scrolling problem > in Mozilla + > > > > Hi, > > > > See below: > > > > --- Kevin <ke...@ke...> wrote: > > > Hi, > > > > > > I've got similar comments plus a point about IE > too. > > > > > > Mozilla/5.0 (X11; U; Linux i686; en-US; > rv:1.0.1) > > > Gecko/20021003 > > > > > > 1) dynapi.gui.viewpane.html > > > > > > content #1: no horiz scroll bar & browser vert > > > scroll bar appears too > > > content #2: ok > > > content #2(typo): no horiz scroll bar > > > > > > 2) dynapi.gui.viewpane-loadpanel.html > > > > > > file 1: browser vert scroll bar appears too > > > file 2: browser vert scroll bar appears too > > > file 3: ok > > > With all files when horiz bar at max scroll > > > file content is badly clipped by vert scroll > > > bar (this can be seen in IE too). Maybe inner > > > border/scroll calculations? > > > > > > 3) dynapi.gui.viewpane-explorer.html > > > > > > Both horiz and vert scrolling is ok. > > > Cicking text next to envelope will open > > > envelope but not expand menu. Envelope > > > cannot be closed again. Click + to expand > > > Emails then click on the Outbox text this > > > will open Inbox envelope and visa-versa > > > (this can be seen in IE too). > > > > Some of these I've also seen. I'll try to fix > these > > once I've converted to the new Widget model. > > > > > Notes) > > > > > > The StyleManager stuff is part of the new > > > ViewPane / ScrollBar / Button components so > > > I don't know where to start to help with any > > > bug fixes. > > > > > > Can't the use of StyleManger be optional? > > > > If StyleManager is optional then we'll not be able > to > > use different designs in the various widgets. The > > StyleManager makes it possible to change the > > Scrollbars and Buttons used in the ViewPane, etc. > > > > > Noted > > > in comments that ButtonStyle / ScrollBarStyle > > > are optional but aren't they dependants in the > > > packages.js file? > > > > > > Ahh I've found scrollbar.style.js provides a > > > default style named 'ScrollBar' and the style > > > 'ViewPaneScrollBar' is an alias for it? > > > > Yes, that's it. Each widget comes with a default > > style. For example: > > > > Button - default style called Button > (button.style.js) > > ScrollBar - default style called ScrollBar > > (scrollbar.style.js) > > > > Even the default styles are optional. You can load > any > > style you need. > > > > >I've > > > got a long way to go to understand this. > > > > The new Widget model will contain more info. > > > > -- > > Raymond Irving > > > > > > > - > > > Kevin > > > > > > "Raymond Irving" <xw...@ya...> > > > > > > > --- Leif W <war...@us...> wrote: > > > > > Check out the > examples/dynapi.gui.viewpane.html > > > in > > > > > Mozilla 1.4 or 1.5 beta > > > > > and/or Mozilla Firebird 0.6.1. The > horizontal > > > > > scrollbar doesn't appear at > > > > > the bottom, in any of the three content > pages > > > (it > > > > > should appear in content 1 > > > > > and 3, as it does in IE6 and Opera 7.11). > > > > > > > > Strange! Might have something to do with > > > autosizing? > > > > > > > > > Also note, for the case of example content > 2, > > > where > > > > > the content is narrower > > > > > than the viewpane, this looks odd in the > example > > > > > page, and at first I'd > > > > > expect the scrollbar to have shrunk to fit > > > nicely > > > > > around the smaller > > > > > content. Then I realize, the viewpane size > is > > > > > static, and the content is > > > > > just falling short. But what about minor > > > rendering > > > > > glitches of a pixel here > > > > > or there? Think this could be added as an > > > option, > > > > > to have a "shrink-wrap" > > > > > or "collapsible" viewpane? > > > > > > > > Well you could create a new ViewPaneStyle to > > > support > > > > the Collapse feature but in most cases (I > think) > > > the > > > > user would not want the ViewPane's "viewing > area" > > > to > > > > be changed. > > > > > > > > -- > > > > Raymond Irving > > > > > > > > > Leif > > > > > > > > > > P.S. Let me know if more info is needed, or > > > > > screenshots. I'll take a look > > > > > at the code as well, but at a quick glance I > > > have no > > > > > idea why the Mozilla > > > > > code isn't working. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > This sf.net email is sponsored by:ThinkGeek > > > > > Welcome to geek heaven. > > > > > http://thinkgeek.com/sf > > > > > > _______________________________________________ > > > > > Dynapi-Dev mailing list > > > > > Dyn...@li... > > > > > > > > > > > > > > > http://www.mail-archive.com/dyn...@li.../ > > > > > > > > > > > > __________________________________ > > > > Do you Yahoo!? > > > > The New Yahoo! Shopping - with improved > product > > > search > > > > http://shopping.yahoo.com > > > > > > > > > > > > > > > > === message truncated === __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |