Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Nao
3151
Archived fixes / Re: Notification Links Bug
« on April 22nd, 2013, 09:20 PM »
3152
Archived fixes / Re: Flexbox bug
« on April 22nd, 2013, 09:17 PM »
Just wanted to say... I'm going to remove support for flex altogether. While it won't come as a surprise to you guys considering all the trouble I had with it, today I decided to search google for 'nested flexbox', which is what I'm doing in Wedge, and guess what..? The results tend to say that flexboxes are BUGGY when nested inside of each other. NO KIDDING...
Considering that browsers are "not ready" for that, then I see no reason to waste my time on it.

I quickly looked into the grid module as a replacement, as it offers full rowspan/colspan support and thus does exactly what I want, but it's only fully supported in IE10. I've read, here and there, that Chrome 27 "will" support it. However, Canary is currently at version 28, and there's still no such thing as proper support for "-webkit-grid-columns" or whatever... Also, Firefox has some -moz-grid properties, but they're for use in XUL only, so it doesn't apply to Wedge itself.

At this point, I'll just stick to the display:table layout, and after that, there are really only three solutions...
- Leave it be.
- Implement <table> tags, because I can. Not exactly responsive, though... But I can always replace the table tags with regular divs with macros for Wireless, or whatever. Wedge is powerful.
- Restore the quick JS function I wrote to harmonize cell sizes. This is the 'best' solution, but unfortunately, because it needs to load images and have 'definitive' sizes for cells before I start this, I can't run it at .ready() time, and thus have to rely on .load(), hence a very, VERY visible jump in cell size at page load time.

I don't know if it's worth doing a poll for this..? I suspect that I'm the only one who cares about cell size harmonization, or close to... (Then again, my tendency to work for days on a single minor feature no one cares about is also what gave birth to some excellent modules, such as Wess and, well, Wedge's skeleton and mini-skeleton systems...)
3153
Archived fixes / Re: Notification Links Bug
« on April 22nd, 2013, 07:38 PM »
Not a bug. Already discussed...
3154
Archived fixes / Re: Flexbox bug
« on April 22nd, 2013, 04:29 PM »
Fixed.
That's the thing when I have tons of files under work locally... Sometimes, I get mixed up when uploading the 'clean' revisions.
Hopefully this won't break another thing, ahah..!
3155
Bug reports / Re: quote sent pm
« on April 22nd, 2013, 01:54 PM »
AFAIK, no SMF-based software ever allowed to do that.

And yes, it has annoyed me a couple of times, too... ;) (Not being able to quote my own sent PMs.)
3156
Archived fixes / Re: Wireless Theme Image Bug
« on April 22nd, 2013, 01:53 PM »
Quote from icari on April 22nd, 2013, 01:00 PM
this has been here for as long as i can remember, not a few months
Impossible... The earlier avatar code was based on SMF's, while my system class rewrite merged together $user_info['avatar'] and $context['user']['avatar'], into what is now we::$user['avatar']... However, when I did the merging, I didn't think of rewriting the lines that said !empty(we::$user['avatar']) -- because $context['user']['avatar'] COULD be entirely empty, but $user_info['avatar'] never was, so the line wouldn't work... At all! All I did to fix it, was to check for ['avatar']['image'] being empty, instead.
3157
Archived fixes / Re: Flexbox bug
« on April 22nd, 2013, 01:50 PM »
PMs may not be using the exact same HTML as topic posts, that may be a reason...

Also, I've just re-enabled Flexbox on Opera for you to see, just use the trick I mentioned above: add /?flex to your URL...
3158
Features: Posts & Topics / Re: Previous/next topics
« on April 22nd, 2013, 12:12 PM »
Anything's allowed.

Posting to ask if you can post, however, is dumb, and thus frowned upon.
3159
Archived fixes / Re: Wireless Theme Image Bug
« on April 22nd, 2013, 12:08 PM »
Bug introduced a few months ago? Thanks for spotting it, I never use Wedge avatar-less.

BTW, I prefer for browsers to clearly show a broken icon when an img isn't found. A la IE.
3160
Bug reports / Re: Posting / New Posts
« on April 22nd, 2013, 12:10 AM »
At one point, I thought it depended on what board you'd post to, but in the end it didn't seem to have an influence either...
Really, the only way to reproduce for me, is to post a message, then immediately quick edit it, submit, and go back to the homepage. Then there's a chance that I'll get a 'new' icon on that topic, although not systematically.
3161
Bug reports / Re: Posting / New Posts
« on April 21st, 2013, 11:18 PM »
So, you're seeing that too eh..? ;)

I can only see that with quick-edited posts, myself. If I don't quick edit a post, it'll always show as read. And recently, I haven't seen the bug occur to me.

Are you using the default setting, or specifically asking Wedge to redirect you to the board index, once you've posted somewhere..? I mean, I never tested that one much... I think... Yeah...
3162
The Pub / Re: Ajax Page Load
« on April 21st, 2013, 11:16 PM »
Quote from ziycon on April 21st, 2013, 10:18 PM
Just wondering if you've noticed the ajax loading used around wedge, seems to be the default one used in SMF,
Well, we're an SMF fork...

However, it's not completely identical -- AFAIK, SMF has a X icon you can click to remove the box... Wedge replaces that with a (still clickable) CSS-animated loading icon.
Quote
Would be nice to see maybe a very light grey with a very small bit of opacity with a loading gif for the ajax loads or something along those lines.
You mean, like when you click an image preview in the media area............? :whistle:

I actually like both ways of doing it... I never tried implementing the media area version site wide, though, but I guess I could...
3163
Archived fixes / Re: Thoughts Deleted Users!?
« on April 21st, 2013, 10:50 PM »
It's stored by user ID... So at that point, since the member ID can't be associated with a name... It just won't show up.

Hmm, wondering who that account was... Something about styles... Bloc, maybe?

Oh, speaking of thoughts... I've fixed the 'new thought' sidebar problem, but I'm actually considering going one step further, and removing that thought entry box, and moving it to above any thought list, such as the one in the homepage... I've been told, in the past, that it'd make more sense to have it there, but I didn't want to have two places where you could enter a new thought. If I remove the sidebar one, the problem is no longer there...

The sidebar was there mostly because until recently, entering a new public thought would automatically update your personal text. Well, since this is no longer the case (there's a mini-menu entry for that), it doesn't make sense to have it on the side...
3164
Archived fixes / Re: fontsize bug?
« on April 21st, 2013, 01:11 PM »
It's a chrome bug only. It started with version 25 in chrome beta. They even recognized it on their blog. So far they have yet to fix it. Can't do much on my own.
And yes this sucks... use Recent Posts to see a version that seems to remain consistent over time.
3165
Archived fixes / Re: Member recount
« on April 21st, 2013, 12:56 PM »
(fixed in my r2066...)