https://bugzilla.wikimedia.org/show_bug.cgi?id=30985

--- Comment #8 from Yair Rand <[email protected]> 2011-10-30 15:38:00 UTC ---
Created attachment 9319
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9319
newer js

Hm, it looks like there have been more changes to the js since I attached the
last one... Well, here we go again.

New js, includes a bunch of modifications. Summary: Clicking headers and links
to hidden sections work before the page has loaded, clicking the logo to expand
the menu works before the page has loaded, search box suggestions work before
the page has loaded, suggestions xmlhttprequest has been changed to use json,
lowering the amount of data requested by about 96% as well as simplifying the
js significantly, replaced most usages of innerHTML with regular DOM methods,
and a bunch of general cleanup. I also changed the format of the suggestions
box a bit, which requires a bit of css changing. Unfortunately I can't figure
out which file is the central css, and anyway there's a good chance it will be
changed again before this is reviewed, so I'll just stick the added css here:
#results .suggestions-results a{
       display:block;
       margin: 0;
       line-height: 2.7em;
       padding: 0.01em 0.25em;
       text-decoration:none;
       color: black;
       border-top:1px #888888 solid;
}
.suggestions-results div{
       float:right;
       margin: 0;
       line-height: 1.8em;
       padding: 0.01em 0.25em;
       font-size: 1.3em;
}
.suggestions-results a:hover{
       background-color: #ACD1E9;
}
And styles for .sq-val-update are no longer needed.

(If there actually is a way to just submit changes without things being
attached to a bug, I would really like to know about it.)

...

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to