Closed
Bug 257584
Opened 20 years ago
Closed 20 years ago
Manage Subscriptions: Unable to see entire RSS feed name in Store Feed Articles
Categories
(MailNews Core :: Feed Reader, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: marcia, Assigned: mscott)
References
Details
(Keywords: platform-parity)
Attachments
(2 files)
243.93 KB,
image/jpeg
|
Details | |
706 bytes,
patch
|
Details | Diff | Splinter Review |
Seen on version 0.7+ (20040830), 10.3.5
STR:
1. Go to manage Subscriptions
2. Click on an existing RSS feed and then Edit. In my case I had numberous Yahoo
news feeds already set up
3. Click on the Store feed article dropdown and try to highlight another RSS feed
4. Observe that you are not able to see enough of the text to know which RSS
feed you are selecting.
Tracy looked at this in Windows and it doesn't seem as bad, but on Mac it could
be frustrating for users who have multiple feeds set up.
Comment 1•20 years ago
|
||
marcia, could you add a screenshot of what you see?
fwiw, this doesn't seem to be too bad an issue on linux (looking at 0.8 bits).
Reporter | ||
Comment 2•20 years ago
|
||
Reporter | ||
Comment 3•20 years ago
|
||
marcia will check other platforms to see if behavior is similar.
Reporter | ||
Comment 4•20 years ago
|
||
this seems more exacerbated on Mac. could this be fixed on the Mac pinstripe
theme level?
Flags: blocking-aviary1.0?
Keywords: pp
Comment 5•20 years ago
|
||
how does this look with the default Mac theme?
Comment 6•20 years ago
|
||
(In reply to comment #5)
> how does this look with the default Mac theme?
there's a screenshot in this bug, attachment 159650 [details]. the dropmenu seems narrow...
Comment 7•20 years ago
|
||
Scott, can you give me a pointer here? I'd like to widen the menulist and text
fields, but I'm not sure which CSS file to put the rules in..
Assignee | ||
Comment 8•20 years ago
|
||
Here you go Kevin:
http://lxr.mozilla.org/mozilla/source/mail/extensions/newsblog/skin/mac/subscriptions.css
we just need to make the dialog wider on the mac:
http://lxr.mozilla.org/mozilla/source/mail/extensions/newsblog/content/subscriptions.xul#45
Comment 9•20 years ago
|
||
Using subscribe.css I can widen the subscription dialog but not the feed
properties (feed-properties.xul) dialog, which has the problem. Do we need a
feed-properties.css?
Assignee | ||
Comment 10•20 years ago
|
||
Since it's just the one style rule Kevin, I'd probably just fix this using a
platform ifdef for feed-properties.xul:
#ifdef XP_MACOSX
style="width: **some em***"
#else
style="width: 30em;"
#endif
if you give me the desired width for the feed properties dialog on OS X, I can
check this (or you can if you want).
Comment 11•20 years ago
|
||
OK, how about 55em?
Assignee | ||
Comment 12•20 years ago
|
||
Assignee | ||
Updated•20 years ago
|
Flags: blocking-aviary1.0?
Target Milestone: --- → Thunderbird1.0
Assignee | ||
Comment 13•20 years ago
|
||
ok the feed properties dialog is now wider for Mac OS X (55ems) branch and trunk
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 14•20 years ago
|
||
much better with recent mac builds --vrfy'ing fixed with 2004120102-0.9.
Status: RESOLVED → VERIFIED
Component: RSS → Feed Reader
Product: Thunderbird → MailNews Core
Target Milestone: Thunderbird1.0 → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•