New issue report by pierresaslawsky:
When launching "RuleEditor Tiger" under Tiger, many UI elements don't
display the way they should:
- The popups are too high.
- The popup titles are offset towards the top.
- The popup arrows are offset towards the right and clipped.
- The rule plus/minus buttons are square instead of round.
- The predicate plus button is round but it doesn't have a title.
See the attached screen snapshot and compare with the snapshot on the
project's home page at http://code.google.com/p/ruleeditor/ which was
captured on Leopard.
To prevent that kind of problem, I suggest that the project be developed
under Tiger and XCode 2 instead of Leopard and XCode 3.1.
Attachments:
RuleEditorTigerSnapshot.png 106 KB
Issue attributes:
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 by cacaodev:
Thanks Pierre. A long time ago, these issue where fixed in the Tiger
target. Then I switched to Xcode 3.1,
removed Tiger from my system ... and accidentally changed something in
popups code.
I'm afraid you will have to fix that. Should'nt be too difficult. It's in
NSRuleEditorPopupButtonCell.m and you have
to know that tiger does not display arrows correctly in popup buttons.
Anyway, I will consider your suggestion.